@inject('PublicFunction', 'App\Http\Controllers\PublicFunction') @extends('layouts.admin_layout') @section('title') Order details - Igloo @endsection @section('stylesheet') @endsection @section('content')
Monem Business District 111, Bir Uttam C.R. Dutta Road,
Level 13 Karwanbazar, Dhaka-1205, Bangladesh
helloigloo@amlbd.com
88-02-9632011-13 88-9632304-10
| # | Product Name | Quantity | Price | Subtotal | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $row->name }} ( @foreach($row->options as $key => $value) @if($key != 'image') {{ $value }} @endif @endforeach ) | {{ $row->qty }} | {{ $row->price }} | Tk {{ $row->qty * $row->price }} | ||||||||
|
||||||||||||
| # | Payment Date | Method | Amount | Status |
|---|---|---|---|---|
| {{ $i++ }} | {{ $row->created_at }} | {{ $row->type }} | {{ $row->amount }} | {{ $row->status }} |