{!! Form::open(["method" => "GET", "url" => 'agency-code/link', "class" => "form-inline"]) !!}
{!! Form::submit("Submit", ["class" => "btn btn-success"]) !!}
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") |
{{-- @foreach($agencyCodes['pagination'] as $j => $each)--}}
@foreach($agencyCodes as $j => $each)
{{-- @if ($j >= ($currentPage - 1) * $perPage && $j < ($currentPage - 1) * $perPage + $perPage)--}}
{{ $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") |
{{--@endif--}}
@endforeach
{{--@endforeach--}}
{!! Form::close() !!}