@extends('layouts.app') @section('content')
{{trans('lang.payment_plural')}}
|
{{trans('lang.payment_desc')}}
{{trans('lang.dashboard')}}
{{trans('lang.payment_plural')}}
{{trans('lang.payment_table')}}
@include('flash::message')
{{trans('lang.payment_table')}}
@can('payments.create')
{{trans('lang.payment_create')}}
@endcan @include('layouts.right_toolbar', compact('dataTable'))
@include('payments.table')
@endsection