add payments by invoice
This commit is contained in:
14
resources/views/Admin/Shop/InvoicePayments/index.blade.php
Normal file
14
resources/views/Admin/Shop/InvoicePayments/index.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('shop.invoice_payments.title'),
|
||||
'subtitle' => __('shop.invoice_payments.list'),
|
||||
'breadcrumb' => [__('shop.invoice_payments.title')],
|
||||
])
|
||||
|
||||
@section('content')
|
||||
<x-card>
|
||||
@include('components.datatable', [
|
||||
'route' => route('Admin.Shop.InvoicePayments.index'),
|
||||
'model' => 'invoice_payments',
|
||||
])
|
||||
</x-card>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user