@extends('layout.master') @section('content')
@php $preference = get_preference(); @endphp
{{-- COMPLETE ORDER MODEL --}}
{{--
Customer Details
--}}
{{--
--}}
@if($preference && $preference->columns_display == 1) @endif
Order Details
Bar Code Code Image Product NameColor Stock Row ShelfPrice QTY Total Delete
{{-- --}}
@foreach($companies as $company)
{{ $company->name }}
@endforeach
Subtotal
Tax/VAT (20%)
Total (With / Without VAT) /
Discount
£
Net Total (With / Without VAT) /
@endsection {{-- Stat PAYMENT WORK --}} {{-- END PAYMENT WORK --}} {{-- FETCH COMPLETED CODE --}}