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