@extends('frontend.layouts.main2') {{ translate('Verify - Profile') }} @section('content')
system_logo banner image @auth

{{ Auth::user()->name }} | {{ translate('Logout') }}

@else

{{ translate('Do you have an account?') }}' {{ translate('Log in') }}

@endauth

{{ $pages->title }}

@csrf

{!! $pages->content !!}

@error('verify_code')
{{ $message }}
@enderror
@endsection @push('scripts') @endpush