@if ($agents->count() > 0)
@foreach ($agents as $agent)
{{ $agent->name }}
{{ $agent->address }}
@if ($agent->icon_one && $agent->link_one)
@endif
@if ($agent->icon_two && $agent->link_two)
@endif
@if ($agent->icon_three && $agent->link_three)
@endif
@if ($agent->icon_four && $agent->link_four)
@endif
@endforeach
{{ $agents->links('custom_paginator') }}
@else
{{ __('Agent Not Found!') }}
@endif