@extends("admin.template", ["pageTitle"=>$pageTitle]) @section('content')
{{-- {{dd($shipment->pet_photo1)}} --}} {{-- @if(isset($shipment->pet_photo1)) --}} {{-- @endif --}} {{-- @if(isset($shipment->pet_photo2)) --}} {{-- @endif --}} {{-- @if(isset($shipment->pet_passport)) --}} {{-- @endif --}} {{-- @if(isset($shipment->health_certificate)) --}} {{-- @endif --}} {{-- @if(isset($shipment->import_permit)) --}} {{-- @endif --}} {{-- @if(isset($shipment->titer_report)) --}} {{-- @endif --}} {{-- @if(isset($shipment->passport_copy)) --}} {{-- @endif --}} {{-- @if(isset($shipment->cnic_copy)) --}} {{-- @endif --}} {{-- @if(isset($shipment->ticket_copy)) --}} {{-- @endif --}} {{-- @if(isset($shipment->visa_copy)) --}} {{-- @endif --}}
Shipment Detail
Pet Details

@if(isset($shipment->ShipmentPet) && !empty($shipment->ShipmentPet)) @foreach($shipment->ShipmentPet as $ShipmentPet) @if(isset($ShipmentPet->Pets) && $ShipmentPet->Pets != null)
@endif @endforeach @endif

@if(isset($shipment->remarks) && $shipment->remarks != '') {!!$shipment->remarks !!} @else N/A @endif

@csrf

×
@endsection @section('footer-script') @endsection