@extends('Layout.base') @section('title', 'Bank Accounts') @section('titleLink', '/bank_accounts') @section('content')
has('active') ? (request('active') == "1" ? "checked" : "") : "checked" }} >
Active bank accounts
{!! $dataTable->table() !!}
@endsection @section('script') {!! $dataTable->scripts() !!} @endsection