@extends('layouts.admin_app')
@section('title', 'Add New Manager')
@section('content')
Assign Manager
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Create New User and make Manager
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection