{!! html()->form('POST', route('useraddress.store'))->id('address_form')->open() !!} {!! html()->hidden('user_id', $userdata->id) !!} {!! html()->hidden('country_id', $userdata->country_id) !!} {!! html()->hidden('city_id', $userdata->city_id) !!}
{{ $pageTitle }}
{!! html()->form()->close() !!}
@section('bottom_script') @endsection