@extends('layouts.app') @section('content')

Edit Manifest

@if($manifests->manifest_type == 'O') View Outgoing Manifests @elseif($manifests->manifest_type == 'I') View Incoming Manifests @endif
@csrf @method('PUT')
@if($manifests->manifest_type == 'O') @else @endif
@if($manifests->manifest_type == 'I' ) @else @endif
customer_view == 1) {{ 'checked' }} @endif >
@if($manifests->manifest_type == 'O')
last_mile_delivery == '1' ? 'checked' : '' }} @endif value="1" class="form-check-input" id="last_outgoing">
@endif
@endsection