@extends('backend.layouts.master') @section('page-title', 'Invoice Print') @push('css') @endpush @section('invoice') @php $logo = get_setting('system_logo'); $logo_path = !empty($logo) ? asset('uploads/logo/' . $logo) : asset('backend/images/fastLogo.jpeg'); @endphp
{{ $branch->address }}
+88 {{ $branch->phone }}
{{ $branch->email }}
@else{{ empty(get_setting('com_address')) ? 'Shop# 04/B (Level-4), Gulshan Pink City Shopping Complex, Gulshan-2, Dhaka, Bangladesh, 1212' : get_setting('com_address') }}
+88 {{ empty(get_setting('com_phone')) ? '1999-973506' : get_setting('com_phone') }}
{{ empty(get_setting('com_email')) ? 'hello@bahroon.com' : get_setting('com_email') }}
@endif| ITEM | QTY | DESCRIPTION | COST |
|---|---|---|---|
| {{ $item->product?->barcode ?? $item->product_id }} | {{ $item->main_qty }} |
{{ $item->product?->name }}
@if (env('APP_SC') == 'yes' && $item->product_variation_id != null)
({{ $item->product_variation?->size?->size ?? '' }}-{{ $item->product_variation?->color?->color ?? '' }}) @endif |
{{ number_format($item->subtotal, 2) }} |