@extends('themes.default1.agent.layout.agent') @section('Users') class="nav-link active" @stop @section('user-bar') active @stop @section('user') class="active" @stop @section('organizations') class="nav-link active" @stop @section('PageHeader')

{!! Lang::get('lang.organizations') !!}

@stop @section('content') @if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('fails'))
{!! Lang::get('lang.alert') !!} ! {{Session::get('fails')}}
@endif

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

{!! Datatable::table() ->addColumn(Lang::get('lang.name'), Lang::get('lang.website'), Lang::get('lang.phone'), Lang::get('lang.action')) // these are the column headings to be shown ->setUrl(route('org.list')) // this is the route where data will be retrieved ->render() !!}
@stop