@lang("content.agencies") @lang("content.add")

@lang("content.list")

{!! Form::open(["method" => "GET", "url" => 'agency-code/link', "class" => "form-inline"]) !!}
{!! Form::submit("Submit", ["class" => "btn btn-success"]) !!}
{{-- @foreach($agencyCodes['pagination'] as $j => $each)--}} @foreach($agencyCodes as $j => $each) {{-- @if ($j >= ($currentPage - 1) * $perPage && $j < ($currentPage - 1) * $perPage + $perPage)--}} {{--@endif--}} @endforeach {{--@endforeach--}}
No @lang("content.select") @lang("content.tech_address") @lang("content.code") TCH @lang("content.code") @lang("content.agency") @lang("content.city") @lang("content.country") @lang("content.actions")
{{ $j + 1 }} {!! Form::checkbox("code[]", $each->id, null) !!} {{ $each->tap }} {{ $each->code }} {{ $each->tch_code }} {{ $each->agency ? $each->agency->agency : "" }} {{ getAgencyCodeCity($each) }} {{ getAgencyCodeCountry($each) }} id}/edit" }}" class="btn btn-warning">@lang("content.edit")
{!! Form::close() !!}
{{--@include('general.pager')--}} {{--{!! $agencyCodes['pagination']->appends(request()->all())->render() !!}--}}