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