@extends('front.app') @section('meta') @stop @section('container')
@if(!empty($agencies) && count($agencies))
@include('front.pages.agency.sort-template')
@foreach($agencies as $one_agency)
{{-- --}}
@endforeach
@else
Empty
{{ ShowLabelById(106) }}
@endif
@stop