@extends('partials.main') @section('title') Service Provider {{ $client->first_name }} @endsection @section('content')
{{$client->first_name}} {{$client->last_name}}
{{$client->roles[0]->name}}
Bio
{{$client->bio}}
{{--
--}}
{{--
Mobile
{{$client->phone}}
Current Address
{{$client->address}}
--}}
{{--
{{$client->first_name}}
{{$client->last_name}}
{{$date_o_birth }}
{{$client->email}}
{{$client->phone}}
{{$client->address}}
Canada
{{ isset($client->state->name) ? $client->state->name : 'N/A' }}
{{ isset($client->position->position_name) ? $client->position->position_name : 'N/A' }}
{{ $client->magic_number != null ? $client->magic_number : 'N/A' }}
{{ $client->city != null ? $client->city : 'N/A'}}
{{ $client->postal_code != null ? $client->postal_code : 'N/A' }}
{{ $client->facebook != null ? $client->facebook : 'N/A' }}
{{ $client->twitter != null ? $client->twitter : 'N/A' }}
{{ $client->instagram != null ? $client->instagram : 'N/A' }}
{{ $client->linkedin != null ? $client->linkedin : 'N/A' }}
{{ $client->youtube != null ? $client->youtube : 'N/A' }}
{{ $client->bio != null ? $client->bio : 'N/A' }}
--}}
{{-- review new code start --}}

37 Reviews

(36)
(2)
(0)
(0)
(0)
  • Askbootstrap 5.0

    Canada

    The process was smooth, after providing the required info, Pragyesh sent me an outstanding packet of wireframes. Thank you a lot!

    Published 4 weeks ago
  • Askbootstrap 5.0

    Canada

    The process was smooth, after providing the required info, Pragyesh sent me an outstanding packet of wireframes. Thank you a lot!

    Published 4 weeks ago
  • Askbootstrap 5.0

    Canada

    The process was smooth, after providing the required info, Pragyesh sent me an outstanding packet of wireframes. Thank you a lot!

    Published 4 weeks ago
{{-- review new code end --}}
@endsection