@extends('Frontend.layouts.master') @section('web') {{__('frontend.sign_up')}} {{__('frontend.home')}} {{__('frontend.sign_up')}} {{__('frontend.sign_up')}} {{__('frontend.hello')}} {{$user->fname}}, {{__('frontend.successfully_registered')}} {{$user->username}} {{__('frontend.confirm_registration')}} @if ($user instanceof App\Models\Employer) {{__('frontend.resend_email')}} @elseif ($user instanceof App\Models\Candidate) {{__('frontend.resend_email')}} @endif @endsection
{{__('frontend.hello')}} {{$user->fname}},
{{__('frontend.successfully_registered')}} {{$user->username}} {{__('frontend.confirm_registration')}}