@include('template.head')
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
Not yet a member? Sign Up
{{-- script start --}} @include('template.script') {{-- script end --}}