@extends('layouts.master') @section('title', 'Sending Agency') @section('content')
@csrf

{{ trans('sending_agency.sending_agency_add') }}

{{ trans('sending_agency.sending_agency_info') }}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@endsection @section('script-footer') @endsection