@extends('layouts.template') @section('template')

SALES Sales List

{{ csrf_field() }}
@if(Session::has('success'))
{{Session::get('success')}}
@endif
Invoice Date:
Invoice
Customer:
  Cart
# Item Stock Description Qty Rate Amount
1
Qty: 0 | Sub Total: 0 | Vat({{$globalSettings->vat_percent}}%): 0
  Payment
@if($errors->has('item_name')) {{ $errors->first('item_name')}} @endif
@if($errors->has('item_name')) {{ $errors->first('item_name')}} @endif
@if($errors->has('item_name')) {{ $errors->first('item_name')}} @endif

@if(Session::has('success')) @php Session::forget('success'); @endphp @endif @endsection