@extends('backend.layouts.app') @section('content') @if(Session::has('message'))
{{ Session::get('message')}}
@endif @if(Session::has('error_message'))
{{ Session::get('error_message')}}
@endif @if (count($errors) > 0)
@endif {!! Html::script('expand_theme/js/jquery.validate.min.js') !!} {!! Html::style('expand_theme/dataTables.bootstrap.css') !!} {!! Html::script('expand_theme/jquery.dataTables.min.js') !!} {!! Html::script('expand_theme/dataTables.bootstrap.min.js') !!}

Edit Organization - {{ $organization->org_name }}

{{ $organization->org_name }}

{{ $organization->org_code }}

{{ $organization->org_email }}

{{ $organization->org_phone }}

{{ $organization->org_website }}

{{ $organization->addr1 }} {{ $organization->addr2 }}

{{ $organization->city }}

{{ $organization->state }}

{{ $organization->zip }}

Active

Location Details

@foreach ($locations as $location) @endforeach
Location Name Location Code Location Email Phone Fax Action
{{ $location->loc_name }} {{ $location->loc_code }} {{ $location->loc_phone }} {{ $location->loc_fax }} Edit Delete