@extends('buyers_sellers.layout2.master') @section('title', 'Edit Profile') @section('content')
Service Provider Profile Edit
Edit Basic Info

{{-- --}} @csrf
@if (Auth::user()->profile == null) Responsive image @else Responsive image @endif

Displayed on Your public profile, notifications and other places.
Displayed on Your public profile, notifications and other places.
We'll never share Your email with anyone else.

{{ $errors->first('proofs') }}
Upload Photo ID

{{-- --}}
{{-- --}}
{{--
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