@extends('layouts.master') @section('title', __('accounting.payment_accounts')) @section('content_title', __('accounting.payment_accounts')) @section('content_summary', __('accounting.all_payment_accounts')) @section('content_taskbar') @endsection @push('style') @endpush @section('main_content') @if (auth()->user()->hasRole('Super Admin'))
{{ __('core.filter') }}
{{-- Filter form start --}}
@csrf

{{-- Filter form end --}}
@else @endif
@include('accounting::payment_account.partials.home')
@include('accounting::payment_account.partials.trash')
@endsection @push('script') {{-- filter form start --}} {{-- filter form end --}} @endpush