@extends('panel.layouts.app')
@section('page-title')
{{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Regions
@stop
@section('content')
@include('common.breadcrumb')
@include('common.modal.delete_confirm_modal',['entity' => 'region'])
@stop
@section('custom-scripts')
@stop