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

{{ __('Agency') }}

@endsection @section('content')

{{ __('Edit Agency') }}

@csrf @method('put') @include('admin.agencies._form')
@endsection @section('scripts') @cannot('bulk_action_nuhra') @endcan @endsection