@extends('admin/layouts/main') @section('content')
Discription: {{$user_detail->description}}
@endif| {{$user_detail->email}} | |
| Location | @if($user_detail->location) {{$user_detail->location}} @else - @endif |
| Shop | @if($user_detail->shop_name) {{$user_detail->shop_name}} @else - @endif |
| Facebook Connect | @if($user_detail->fb_connect == 1) Yes @else No @endif |
| Google Connect | @if($user_detail->google_connect == 1) Yes @else No @endif |
| Id Type | @if($user_detail->id_type == 1) Food Handler @elseif($user_detail->id_type == 2) Business License @else - @endif |
| Id Number | @if($user_detail->id_no) {{$user_detail->id_no}} @else - @endif |
| Insurance | @if($user_detail->is_insurance == 1) Yes @else No @endif |