@extends("layouts.admin.app") @section("page-title") Delivery Price @endSection @section("page-nav-title")

{{__('All Delivery Price Locations')}}

{{__('Control and view all Delivery Price Locations')}}

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