@extends('layouts.master') @section('page_title', 'Services') @section('content')
{{ Form::page_header("Services", "service") }}
{{ Form::hidden('update_parent_sort_url', action('ServiceCatController@update_sort', ['business' => $business->business ]), ['id' => 'update_parent_sort_url'] ) }} {{ Form::hidden('update_child_sort_url', action('ServiceController@update_sort', ['business' => $business->business ]), ['id' => 'update_child_sort_url'] ) }} {{ Form::hidden('update_grandchild_sort_url', action('ServiceOptionController@update_sort', ['business' => $business->business ]), ['id' => 'update_grandchild_sort_url'] ) }}
{{ Form::button_ex("Add a Category", "show_hide_add_btn(); parent_list_manager.add_one('".\App\Models\Service_Cat::add_url($business)."', parent_selector.calc_new_handle_id() );", 'add_parent_btn') }}
    @foreach($service_cats as $service_cat) @include('business.service._service_cat', [$service_cat, $service_tax]) @endforeach
@endsection @section('page_script') @include('shared_script._list_manager') @include('shared_script._sortable_manager') @endsection @section('page_style') @endsection