@extends('layouts.app') @section('title', 'Add Manager') @section('content')

Create Manager Account

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Minimum 8 characters.
{{--
--}}
Cancel
@endsection