@extends('layouts.master') @section('title', __('accounting.payment_fee_schedules')) @section('content_title', __('accounting.payment_fee_schedules')) @section('content_summary', __('accounting.all_payment_fee_schedules')) @section('content_taskbar') @endsection @section('main_content') @if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@include('accounting::payment_fee_schedules.partials.home')
@include('accounting::payment_fee_schedules.partials.trash')
@endsection @push('script') @endpush