@extends('layouts.index') @section('page_title') {{ $regionData->region_name }} @endsection @section('locations_active') nav-item active @endsection @section('pg_name') Update Region Data @endsection @section('headaddons') @endsection @section('content') @if (count($errors) > 0)
@foreach ($errors->all() as $error)
Can't Update Region : {{ $error }}
@endforeach
@endif
@csrf
@endsection