@extends('client.layouts.app-pos') @section('title', ' فاتورة كاشير ') @section('content')
@csrf

الفاتورة

    @if ($company->tax_value_added)
    إجمالي الضرائب: 0
    0
    @endif

    0

    طريقة الدفع


    اسم العميل @include("components.modal-view", [ 'modalLabl' => 'إضافة عميل جديد', 'modalId' => 'add-new-client', 'modalTrigger' => [ 'icon' => 'plus', 'label' => '', 'class' => 'btn ', ], 'srcUrl' => 'client.outer_clients.createForm' ])
    تاريخ الفاتورة
    وقت الفاتورة

    الاصناف
    @endsection @section('script') {{-- --}} {{-- الفاتورة --}} {{-- حساب الباقي --}} {{-- تعليق الفاتورة --}} @endsection @section('style') @endsection