@extends('layouts.master') @section('css') @section('title') {{ __('home.previousSalesInvoices') }}@stop @endsection @section('page-header')
@endsection @section('content')
@if (count($errors) > 0)
خطأ
@endif
{{ csrf_field() }}
{{ __('home.Invoice_no') }} {{ __('home.sallerName') }} {{ __('home.clietName') }} {{ __('home.date') }} {{ __('home.branch') }} {{ __('home.total') }} {{ __('home.paymentmethod') }} {{ __('home.operations') }}
{{ __('home.loading') ?? 'جاري تحميل البيانات...' }}
@endsection @section('js') @endsection