@extends('layouts.app')
@section('title')
{{ __('messages.postal_dispatch') }}
@endsection
@section('page_css')
@endsection
@section('content')
@include('flash::message')
@include('postals.dispatches.table')
@include('postals.dispatches.add_modal')
@include('postals.dispatches.edit_modal')
@include('partials.modal.templates.templates')
@endsection
@section('page_scripts')
@endsection
@section('scripts')
@endsection