@extends('layouts.app') @section('title', __('sale.invoices')) @section('css') @endsection @section('content')
{{ __('sale.list') }}
@can('sale.invoice.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('sale.code') }} {{ __('app.date') }} {{ __('supplier.supplier') }} {{ __('app.total') }} {{ __('payment.balance') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@include("modals.payment.invoice-payment", ['payment_for' => 'sale-invoice']) @include("modals.payment.invoice-payment-history") @include("modals.email.send") @include("modals.sms.send") @endsection @section('js') @endsection