@extends("layouts.admin.app") @section("page-title") {{__("Support Locations")}} @endSection @section("page-nav-title")

{{__("All Support Locations")}}

{{__('Control And View All Support Locations')}}

@endsection @section("content") @include("includes.dialog")
{!! buildTreeView(1,0,$treeData) !!}
@endsection @section("scripts") @endsection