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

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

{{Lang::get('lang.create_organization')}}
@if(Session::has('success'))
Success {{Session::get('success')}}
@endif @if(Session::has('fails'))
Fail! {{Session::get('fails')}}
@endif {!! 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