@extends('layouts.app') @section('title') {{ __('Create Agency') }} @endsection @section('breadcrumb')

{{ __('Agency') }}

@endsection @section('content')

{{ __('Create Agency') }}

@csrf @include('admin.agencies._form')
@endsection @section('scripts') @endsection