@extends('client.layouts.default') @section('content')
@if (Entrust::hasRole('counsellor') || Entrust::hasRole('uscounsellor')) @else(Entrust::hasRole('counsellorteamlead')) @endif
@include('client.common.datatable',['col_heads' => $col_heads])
@stop