@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Regions @stop @section('content')
@include('common.breadcrumb')

Regions

@if(LaraCore::canOrNot('delete_regions')) @endif
Id @if(LaraCore::canOrNot('delete_regions')) @endif Name State and Center  
@include('common.modal.delete_confirm_modal',['entity' => 'region'])
@stop @section('custom-scripts') @stop