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

{{ __('Agency') }}

@endsection @section('content')
@can('create_agency') {{ __('Create') }} @endcan
# {{ __('Name') }} {{ __('Action') }}
@endsection @section('scripts') @endsection