@php @endphp @extends('layout.dashboard') @section('title', $page_title) @section('content') @section('page_buttonheader') @include('sub.lib.buttonrefreshcache') @endsection @section('page_breadcrumbs') GRTS Management Sub Region @endsection
@include("sub.subregion.subregion_listing")
@include("sub.subregion.subregion_detail")
@endsection @section('path_page_css', mix('/css/subregion.css')) @section('path_page_js', mix('/js/subregion.js'))