@extends('layout') @section('title') {{ __('user.Agency Details') }} @endsection @section('meta') @endsection @section('frontend-content')

{{ $agency?->profile?->company_name }}

{{ $agency?->profile?->tag_line }}

{{ __('user.About Us') }}

{{ $agency?->profile?->about_us }}

@csrf
@if($recaptcha_setting->status==1)
@endif

{{__('user.You can see list or grid view from right side')}}

@foreach ($agents as $single_agent)
@if ($single_agent->image) agent @else agent @endif
@endforeach
{{ $agents->links('custom_pagination') }}
bg
bg
bg
@endsection