@extends('layout.default') @section('content')
Users |
create
Back
@csrf
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Name
*
Email
*
Password
*
Confirm Password
*
@endsection @section('scripts') @endsection