@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.previousPurchasesInvoices') }} @endsection @section('page-header') @endsection @section('content') @if (count($errors) > 0)
خطأ
@endif
{{ csrf_field() }}
{{ __('home.Invoice_no') }} {{ __('home.buyer name') }} {{ __('home.suppliername') }} {{ __('home.date') }} {{ __('home.branch') }} {{ __('home.total') }} {{ __('home.paymentmethod') }} {{ __('home.operations') }}
@endsection @section('js') @endsection