{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')
@if (session('status')) {{-- Success Alert --}} @endif

Collection

{{-- --}}
Level 13, Monem Business District, 111 Sonargaon Road, Dhaka 1205
DATE 12-03-2021
Outlet Information {{-- {{$invoiceDetails[0]->OutletName}}, {{$invoiceDetails[0]->Address}} @if ($invoiceDetails[0]->ContactPerson != $invoiceDetails[0]->OutletName)
{{$invoiceDetails[0]->ContactPerson}} @endif
{{$invoiceDetails[0]->ContactPersonNo}} --}} {{$outlet->Name}}, {{$outlet->Address}}
{{$outlet->ContactPerson}}, {{$outlet->ContactPersonNo}}
@csrf
@foreach ($orderDetails as $index=>$order) @if ($index == 0) @else @endif @endforeach
Description Qty Rate Amount
{{$order->ProductName}}
{{$order->Rate}} {{$order->Amount}}
{{$order->ProductName}}
{{$order->Rate}} {{$order->Amount}}
Cost Details
Discount: 0.00
Tax: 1234567890934
Code: BARC0032UK
TOTAL AMOUNT {{$orderDetails[0]->TotalAmount}} Taxes Included
@endsection {{-- Scripts Section --}} @section('scripts') @endsection