@extends('layouts.instructor') @section('breadcrumb')

{{ __('Profile') }}

@endsection @section('content')
@csrf
{{ __('Address and Location') }}
@if ($errors->has('country_id')) {{ $errors->first('country_id') }} @endif
@if ($errors->has('state_id')) {{ $errors->first('state_id') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('postal_code')) {{ $errors->first('postal_code') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('lat')) {{ $errors->first('address') }} @endif
@if ($errors->has('long')) {{ $errors->first('long') }} @endif

                            
@endsection @push('style') @endpush @push('script') @endpush