@extends('layouts.master') @section('title', 'Agency') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title') of {{ $funding->funding_name }}


@foreach($agency as $key=>$new_agency) @endforeach
No. Agency Name
{{ ++$key }} {{ $new_agency->agency_name }}
@include('layouts.footer') @endsection