@extends('layouts.master') @section('css') @section('title') {{ __('home.previousRecieptInvoices') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif
{{ csrf_field() }} {{-- 3 --}}
             






{{ __('home.Invoice_no') }} {{ __('home.sallerName') }} {{ __('home.clietName') }} {{ __('home.date') }} {{ __('home.branch') }} {{ __('home.total') }} {{ __('home.paymentmethod') }} {{ __('home.operations') }}
- - - - - - - -


@endsection @section('js') @endsection