@extends('buyers_sellers.layout2.master') @section('title', 'Edit Profile') @section('content')
{{ $data->full_name }} Profile
@if (Auth::user()->profile == null) Responsive image @else Responsive image @endif
{{ $data->full_name }}
{{ $data->email }}
Post Status
  • Approve Post @if ($Approve) {{$Approve}} @else 0 @endif
  • Pending Post @if ($Pending) {{$Pending}} @else 0 @endif
  • Decline Post @if ($Decline) {{$Decline}} @else 0 @endif
Services
    @foreach ($Jobs as $job )
  • {{ $job->title }}
  • @endforeach
@if($details)
Additional Information
  • How you Heard About us: @if($details) @if($details->heard_about){{ $details->heard_about }} @endif @endif
  • Recommender Name : @if($details) @if($details->recommender_name){{ $details->recommender_name }} @endif @endif
  • Recommender Email : @if($details) @if($details->recommender_email){{ $details->recommender_email }} @endif @endif
  • Recommender Number : @if($details) @if($details->recommender_number){{ $details->recommender_number }} @endif @endif
@endif @if($proof)
Photo ID
    @foreach($proof as $photoId)
  • {{ $photoId->file_name }}
  • @endforeach
@endif
@endsection @section('scripts') @endsection