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