$company->location_details, 'col-md-12' => !$company->location_details])>
Type |
|
@if($company->headers)
@foreach(json_decode($company->headers,true) as $index=>$head)
@if(is_bool($head))
{{$index}}
@else
{{ ucwords(preg_replace('/(?
|
@if(is_bool($head))
@if($head)
@else
@endif
@else
{{ $head ?: '-' }}
@endif
|
@endforeach
{{__('superadmin.registeredIp')}} |
{{ trim($company->register_ip) ?? '-'}} |
@else
|
@endif
@if($company->location_details)
{{ucwords(__('app.location'))}} |
|
@php($details = json_decode($company->location_details,true))
@foreach($details as $index => $head)
@continue($index=='driver')
{{ ucwords(preg_replace('/(?
|
@if($index ==='countryName')
@endif
{{ $head ?: '-' }}
|
@endforeach
@endif