@extends('layouts.app') @section('content')
Go Back Generate PDF

Checkout Detail

@foreach($checkout->products as $p) @endforeach
Product Name Price Brand Type Quantity Units Vendor Name Vendor Email Vendor Phone No Serial Number
{{ $p->name}} {{ $p->price}} {{ $p->brand}} {{ $p->type}} {{$p->pivot['quantity']}} {{$p->units}} {{ $p->vendor->name}} {{ $p->vendor->email}} {{ $p->vendor->phone}} {{$p->serial_no}}

{{ $checkout->employee_name }}

{{ $checkout->product->name }}

{{ $checkout->issuanceFor }}

{{ $checkout->quantity }}

{{ $checkout->department->name }}

@if ($checkout->customer_id !=null)

{{ $checkout->customer->name }}

@endif

{{ $checkout->user->name }}

@endsection @section('afterScript') @endsection