@include('layouts.style') @include('layouts.nav')

Organisations

@if(Session::has( 'success' ))
{{ Session::get( 'success' ) }}
@elseif( Session::has( 'warning' ))
{{ Session::get( 'warning' ) }}
@endif

Add New

 

@foreach($organisations as $organisation) @endforeach
Name Code Place Users limit Created at Status Actions
{{ $organisation->name }} {{ $organisation->code }} {{ $organisation->branch }}, {{ $organisation->city }} {{ $organisation->no_of_users }} {{ $organisation->created_at }} {!! $organisation->status=="1"?"Active":"Inactive" !!} Edit  Change Status  Admin List 
@include('pagination.limit_links', ['paginator' => $organisations])
@include('layouts.footer') @include('layouts.script')