@extends('layouts.pdf') @section('content')

@php $no = 1; @endphp @forelse ($agencies as $agencia) @empty @endforelse
{{ __('pdf_reports')['agency_list']['header_1'] }} {{ __('pdf_reports')['agency_list']['header_2'] }} {{ __('pdf_reports')['agency_list']['header_3'] }}

{{ $no++ }}

{{ $agencia->agency_name }}

{{ __("neutral_words")[$agencia->agency_state] }}

{{ date("Y-m-d", strtotime($agencia->created_at))}}

{{ __('data_tables')['sEmptyTable'] }}
@endsection