@extends('themes.default1.agent.layout.agent') @section('comment') class="active" @stop @section('content')

{{Lang::get('lang.comments')}}

@if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('fails'))
{{Session::get('fails')}}
@endif
{!! Datatable::table() ->addColumn('id','name') // these are the column headings to be shown ->setUrl(route('api.category')) // this is the route where data will be retrieved ->render() !!}
{{Lang::get('lang.name')}} {{Lang::get('lang.email')}} {{Lang::get('lang.website')}} {{Lang::get('lang.comment')}} {{Lang::get('lang.status')}} {{Lang::get('lang.created')}} {{Lang::get('lang.action')}}
@stop