@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.previousSalesInvoices') }} @stop @section('page-header')
@endsection @section('content') {{-- شاشة التحميل المعلقة --}} @if (count($errors) > 0)
خطأ
@endif
{{-- كارت الفلاتر والبحث في الفواتير --}}
{{ csrf_field() }}
{{-- 1. فلترة العميل --}}
{{-- 2. فلترة الفرع --}}
{{-- 3. نوع الفاتورة --}}
{{-- 4. البحث بالتاريخ --}}
{{-- حاوية جدول الفواتير التي يتم تحديثها بواسطة الـ AJAX --}}
{{ __('home.Invoice_no') }} {{ __('home.sallerName') }} {{ __('home.clietName') }} {{ __('home.date') }} {{ __('home.branch') }} {{ __('home.total') }} {{ __('home.paymentmethod') }} {{ __('home.operations') }}
جاري تحميل سجل الفواتير السابقة...
@endsection @section('js') @endsection