@extends('layouts.admin_master') @section('page-title') Admin | All Admin Users @endsection @section('page-css') @endsection @section('page-content') {{-- Alert --}} @include('layouts.alert')
Add User
{{csrf_field()}}
@endsection