@section('title') My Profile @endsection @section('breadcrumbs') {{ Breadcrumbs::render('users.profile') }} @endsection @php $messagesData = DB::connection("read_replica")->table('messages')->select(DB::raw('COUNT(id) as is_charged_count'))->where(['to_number'=>str_replace('+', '', $auth_user->phone), 'user_id'=>$auth_user->id, 'is_charged'=>1])->first(); @endphp @if($auth_user->business_name=='')

Important

Please fill out all required fields.
@endif

My Profile

@if (count($errors) > 0)
Whoops! There were some problems with your input.
@endif @include('pages.users.profile-headerdetails')
@include('pages.users.profile-details')
@push('scripts') @endpush