@extends('layouts.AdminLayout') @section('content')

Region Master

@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
S.No. Code Description Action



{!! csrf_field() !!}



{!! csrf_field() !!}






@endsection {{-- --}} @section("js")