@extends('layouts.app') @section('content')
Bulk Outgoing Manifest Import
Normal Outgoing Manifests
{{ csrf_field() }}
{{ 'Select Receiver' }}
*
Office Type
Head Office
Branch
Partner
@if( request()->input('receiver_id') )
{{ $franchisee->code }}
@endif
@error('receiver_id')
{{ $message }}
@enderror
{{ 'Upload File' }}
{{'Customer can track'}}
Please upload the consignment numbers in Excel
*
File Uploaded Successfully
Choose file
Supported Format: .xlsx
Download sample file
{{ 'Submit' }}
@endsection