@extends('layouts.app') @section('title','Payment Modes') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('payment-mode-create', $authRolePermissions)) @endif
@include('payment-modes.table')
@endsection