@extends('admin.layouts.master') @section('title') Agents @stop @section('style') @stop @section('content')

Agents

@foreach($agents as $agent) @endforeach
ID Code Agent Name Team Unit Manager Email Active Actions
{{$agent->id}} {{$agent->code}} {{$agent->fullname}} {{$agent->team->name}} {{$agent->unitmanager->fullname}} {{$agent->email_ad}} {{$agent->active}} {{----}}
@if(Session('info'))
@endif
@stop @section('script') @stop