@extends('layouts.app') @section('content') @include('includes.filters')
@if(count($headquarters) > 0) @foreach($headquarters as $headquarter) @endforeach @else
{{ trans('interface.empty-list') }}
@endif
@endsection