Category | @lang("content.info") | ||
---|---|---|---|
@lang("content.name") | {{ $agency->agency }} | ||
@lang("content.city") | {{ $agency->city_id ? $agency->city->city : 'Empty' }} | ||
@lang("content.country") | {{ $agency->country_id ? $agency->country->country : 'Empty' }} | ||
@lang("content.email") | {{ $agency->email ? $agency->email : 'Empty' }} | ||
@lang("content.phone") | {{ $agency->phone ? $agency->phone : 'Empty' }} | ||
@lang("content.mobile") | {{ $agency->mobile ? $agency->mobile : 'Empty' }} | ||
Founded | {{ $agency->founded ? date('d-M-Y', strtotime($agency->founded)) : 'Empty' }} |