@extends('Layout.base') @section('title', 'Task Types') @section('titleLink', '/task_types') @section('content')
{!! $dataTable->table() !!}
@endsection @section('script') {!! $dataTable->scripts() !!} @endsection