芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/test.joruridoctor.com/resources/views/back/admin/add_admin.blade.php
@extends('layouts.app') @section('title', 'Admin Registration') @section('content')
@include('layouts.flash-messages')
Create an Account!
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Full Name
Mobile
Email Address
Select Role
Accounts
Sales
Password
Confirm Password
Register Account
@endsection