@extends('layouts.admin') @section('styles') @endsection @section('content')

My Profile


@if ($errors->has('fname')) {{ $errors->first('fname') }} @endif
@if ($errors->has('mname')) {{ $errors->first('mname') }} @endif
@if ($errors->has('sname')) {{ $errors->first('sname') }} @endif
@if ($errors->has('province')) {{ $errors->first('province') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('stnumber')) {{ $errors->first('city') }} @endif
@if ($errors->has('stname')) {{ $errors->first('stname') }} @endif
@if ($errors->has('pcode')) {{ $errors->first('pcode') }} @endif
@if ($errors->has('pbox')) {{ $errors->first('pbox') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('user_bio')) {{ $errors->first('user_bio') }} @endif

@endsection @section('scripts') @endsection