@extends('admin.layout.app') @section('title', 'Profile - Edit Profilr') @section('content')

Profile

{{-- Back --}}
@csrf
{{ $errors->first('name') }}
{{ $errors->first('mobile_number')}}
@php $userdetail = App\Models\UserDetail::where('user_id', Auth::user()->id)->first(); @endphp
{{ $errors->first('booth_name')}}
{{ $errors->first('block_name')}}
{{ $errors->first('address') }}
@endsection @push('footerscript') @endpush