@extends("theme.$theme.layout") @section('title') {{__('Agencies')}} @endsection @section('scripts') @endsection @section('content')
ID | {{__('Agencie name')}} | {{__('Contact')}} | {{__('Position')}} | {{__('Phone')}} | {{__('Email')}} | {{__('Status')}} | |
---|---|---|---|---|---|---|---|
{{$data->id}} | {{$data->name}} | {{ $data->contacts->first()->name }} | {{$data->contacts()->first()->position()->first()->name}} | {{ $data->contacts->first()->phones()->first()->phone }} | {{ $data->contacts->first()->emails()->first()->email }} | {{ statusDescription($data->status)}} | {{__('Edit')}} {{__('Delete')}} |