@extends('admin.layouts.master') @section('title', 'Premier Agents Control') @section('content')

Premier Agents Control

@if (session()->get('msg') != null)
{{ session()->get('msg') }}
@endif
@csrf
@foreach ($agents as $agent) @endforeach
@endsection