@extends('backend.layouts.app') @section('content') {!! Html::style('expand/jquery-ui.css') !!} {!! Html::script('expand/jquery-1.10.2.js') !!} {!! Html::script('expand/jquery-ui.js') !!} @if(Session::has('message'))
{{ Session::get('message')}}
@endif {!! Html::style('expand/dataTables.bootstrap.css') !!} {!! Html::script('expand/jquery.dataTables.min.js') !!} {!! Html::script('expand/dataTables.bootstrap.min.js') !!}

Organizations

@foreach ($organizations as $organization) @endforeach
Name Code Email Phone Action
{{ $organization->org_name }} {{ $organization->org_code }} {{ $organization->org_email }} {{ $organization->org_phone }} Edit Delete
{!! Html::script('expand/js/jquery.validate.min.js') !!} @stop