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