@extends('Layout.base') @section('title', 'Cost Center') @section('titleLink', '/categories') @section('content')
has('active') ? (request('active') == "1" ? "checked" : "") : "checked" }} >
Active cost centers
{!! $dataTable->table() !!}
@endsection @section('script') {!! $dataTable->scripts() !!} @endsection