@extends('layout.master') @section('content')
@php $preference = get_preference(); @endphp
{{-- COMPLETE ORDER MODEL --}}
{{--
Customer Details
--}}
{{--
--}}
{{--
--}} {{--
--}}
{{--
--}} {{--
Customer Details
--}}
Order Details
Bar Code Code Image Product Name Color Stock Row Shelf# Price 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 --}}