@extends(App\Models\General::first()->theme.'.layouts.app') @section('title') Profile Verify - {{general()->title}}{{general()->title && general()->subtitle?' | ':''}}{{general()->subtitle}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include(App\Models\General::first()->theme.'.customer.includes.sidebar')
@include(App\Models\General::first()->theme.'.alerts')

My Profile Update

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif @if($type=='email') @else @endif
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
Get Verify Code
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($type=='email') @if ($errors->has('newemail'))

{{ $errors->first('newemail') }}

@endif
@else @if ($errors->has('newmobile'))

{{ $errors->first('newmobile') }}

@endif
@endif
@endsection @push('js') @endpush