@extends('master') @section('title', 'All Agencies') @section('description', '') @section('keywords', '') @section('content')

List of all Agencies

@foreach($agencies as $agency) @endforeach
Agency Name Company Reg Number EAAB-FFC Number Edit Delete
{{ $agency->agency }} {{ $agency->registrationNum }} {{ $agency->EAAB_FFC_Number }}
links(); ?>
@stop