@extends('public.header') @section('content')

 

{{ $title }}

{!! Datatable::table() ->addColumn($columns) ->setUrl(route('api.client.' . $entityType . 's')) ->setOptions('sPaginationType', 'bootstrap') ->render('datatable') !!}

 

 

@stop