@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') !!}

MANAGE LOCATIONS

@foreach ($locations as $location)
Code Name Phone Fax City State Contact Contact Phone Website Email Status Action
{{ $location->loc_code }} {{ $location->loc_name }} {{ $location->loc_phone }} {{ $location->loc_fax }} {{ $location->loc_city }} {{ $location->loc_state }} {{ $location->loc_contact_person }} {{ $location->loc_contact_person_phone }} {{ $cls_data }}