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

@lang("content.list")

{{----}} {{-- @foreach($agencies['pagination'] as $j => $each)--}} @foreach($agencies as $j => $each) {{-- @if ($j >= ($currentPage - 1) * $perPage && $j < ($currentPage - 1) * $perPage + $perPage)--}} {{-- --}} {{--@endif--}} @endforeach
No @lang("content.name") @lang("content.sales_channel")@lang("content.region")@lang("content.country") @lang("content.city") @lang("content.address") @lang("content.email") @lang("content.phone") @lang("content.actions")
{{ $j + 1 }} {{ $each->agency }} {{ $each->salesChannel ? $each->salesChannel->channel : "" }}{{ $each->region ? $each->region->region : "" }}{{ $each->country ? $each->country->country : "" }} {{ $each->city ? $each->city->city : "" }} {{ $each->address }} {{ $each->email }} {{ $each->phone }}
{{--@include('general.pager')--}} {{--{!! $agencies['pagination']->appends(request()->all())->render() !!}--}}