@extends('layouts.admin_template') @section('content')
@foreach(['danger','warning','success','info'] as $msg) @if(Session::has('alert-'.$msg))

{{ Session::get('alert-'.$msg) }} ×

@endif @endforeach

Add New Manager

{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@if ($errors->has('is_groupwise')) {{ $errors->first('is_groupwise') }} @endif
@if ($errors->has('group')) {{ $errors->first('group') }} @endif

Manager List

@if(count($useradmin) > 0) @foreach($useradmin as $admin)
Name Email Password Group Action