@extends('layouts.master')
@section('page_title', "Business Settings")
@section('content')
{{ Form::page_header("Business Settings", "tools") }}
@include('shared._message_all')
@include('shared.forms._tab_control', $tabs)
@endsection
@section('page_script')
@foreach($tabs as $tab)
@if ($tab->script_file)
@include($tab->script_file)
@endif
@endforeach
@endsection
@section('page_style')
{!! HTML::style('/css/multiple-select.css') !!}
@include('shared_style.bt_modal_style')
@endsection