@include('template.head')
[
bracket
plus
]
The Admin Template For Perfectionist
@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('full_name'))
{{ $errors->first('full_name') }}
@endif
Sign Up
Not yet a member?
Sign Up
{{-- script start --}} @include('template.script') {{-- script end --}}