@extends('admin.layouts.app', ['title' => __('Region')]) @section('content')

{{ __('Region') }}

@if ($message = Session::get('success')) @endif @if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
No Category Name Action
@include('admin.layouts.footers.auth')
@endsection @push('js') @endpush