@extends('admin.layouts.master') @section('title', 'Edit Profile') @section('content')
Edit Basic Info

@csrf

@error('full_name') {{$message}} @enderror

@error('full_address') {{$message}} @enderror

@error('email') {{$message}} @enderror

@error('phone_number') {{$message}} @enderror

@error('birt_date') {{$message}} @enderror

@if(isset($data->Qualifications) && count($data->Qualifications)>0) @foreach ($data->Qualifications as $qualifcation )

@endforeach @else

@endif
Experience

Tell about your work, job and other experience.

@if(isset($data->experiences) && count($data->experiences)>0) @foreach ($data->experiences as $experienc )

@endforeach @else

@endif {{--

--}}
Certificates

Tell about your work, job and other certificates.

@if(isset($data->certificates) && count($data->certificates)>0) @foreach ($data->certificates as $certificate )

@endforeach @else

@endif {{--

--}}
{{--
Update Passwords

Update your password

--}}
{{--
--}}
@endsection @section('scripts') @endsection