@extends('admin.dashboard') @section('title','My - Profile - admin') @section('content')
@csrf
{{ $errors->first('fname')}}
{{ $errors->first('lname')}}
{{ $errors->first('email')}}
{{ $errors->first('phone')}}
Education info {{ $errors->first('education')}}
Working infomation {{ $errors->first('other_details')}}
Present address {{ $errors->first('address')}}
About {{ $errors->first('about')}}
Position - title {{ $errors->first('position')}}
My Photo {{ $errors->first('photo')}}
@endsection