@extends('layouts.admin') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
List of Registered Agency Type
Add Agency Type
@if($agencytype_data) @foreach($agencytype_data as $key => $agency_detail) @endforeach @endif
Agency ID Agency Type Action
{{ $agency_detail->id }} {{ $agency_detail->agency_type }}
@endsection