@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @php $viewBankAccount = user()->permission('view_bankaccount'); @endphp @section('content')
@include($view)
@endsection