@extends('layouts/contentLayoutMaster') @section('title', __('forms.banks.title')) @section('content')

@lang('forms.banks.title')

@lang('forms.banks.btn_new')
@livewire('banks-table')
@endsection @section('page-script') {{-- Page js files --}} @endsection