@extends('frontend.layouts.app') @section('content')
@include('frontend.student.settings.header')
@include('frontend.student.settings.sidebar')
{{ __('Profile') }}
@csrf
@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('lat') }} @endif
@if ($errors->has('long')) {{ $errors->first('long') }} @endif

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