@extends('layouts.appori') @section('title', ' - Location') @section('content')
{{ __('Edit Location') }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  1. {{ $error }}
  2. @endforeach
@endif
@csrf
@endsection