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