@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.previousSalesInvoices') }} @endsection @section('page-header') @endsection @section('content') @if (count($errors) > 0) @endif
{{ csrf_field() }}
{{-- يتم تحميل كود الجدول الجزئي هنا تلقائياً عبر AJAX --}}

{{ __('home.loading') ?? 'جاري استدعاء البيانات...' }}

@endsection @section('js') @endsection