@extends('layout.index', [ 'title' => __('shop.invoice_payments.title'), 'subtitle' => __('shop.invoice_payments.list'), 'breadcrumb' => [__('shop.invoice_payments.title')], ]) @section('content') @include('Admin.Shop.InvoicePayments.list') @endsection