| {{ $row->name }} |
@if(!is_null($row->morning_city_id)) {{ $row->morningcity->descriptions()->name }} @else {{__('dashboard.not_selected')}} @endif |
@if(!is_null($row->morning_area_id)) {{ $row->morningarea->descriptions()->name }} @else {{__('dashboard.not_selected')}} @endif |
@if(!is_null($row->night_city_id)) {{ $row->nightcity->descriptions()->name }} @else {{__('dashboard.not_selected')}} @endif |
@if(!is_null($row->night_area_id)) {{ $row->nightarea->descriptions()->name }} @else {{__('dashboard.not_selected')}} @endif |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
@endforeach