@extends('backEnd.master')
@section('title')
@lang('admin.postal_receive')
@endsection
@section('mainContent')
@push('css')
@endpush
@if (isset($postal_receive))
@lang('admin.edit_postal_receive')
@else
@lang('admin.add_postal_receive')
@endif
(PDF,DOC,DOCX,JPG,JPEG,PNG,TXT are allowed for upload)
@if ($errors->has('file'))
{{ $errors->first('file') }}
@endif
@lang('admin.postal_receive_list')
@lang('admin.from_title')
@lang('admin.reference') @lang('admin.no')
@lang('admin.address')
@lang('admin.to_title')
@lang('admin.note')
@lang('admin.date')
@lang('common.actions')