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

{{ $type == "I" ? 'Incoming' : "Outgoing" }} Manifest

View Manifests
@csrf
@if($type=='O') @endif @if($type == 'I') @endif
@if($type == 'I') @endif @if($type == 'O') @endif
@endsection