@extends('layouts.app') @section('title', 'buyer | '.config('app.name')) @section('style') @endsection @section('content')

All AGENTS

{{-- --}} {{-- --}} @foreach($agents as $key => $agent) {{-- --}} @endforeach
# License Name EmailOfferActions
{{ $key+1}} {{ $agent->license_number }} {{ $agent->name }} {{ $agent->email }} --}} {{-- Download Signed Agreement--}} {{-- @if (!is_null($buyer->contract))--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{-- --}} {{--
@endsection @section('script') @endsection