@extends('admin/layouts/fullLayoutMaster') @section('title', 'Register Page') @section('page-style') {{-- Page Css files --}} @endsection @section('content') Create Account Fill the below form to create a new account. @if( count($errors) > 0) @foreach($errors->all() as $error) Error: {{ $error }} @endforeach @endif @csrf Name Email Password Confirm Password I accept the terms & conditions. Login Register @endsection
Fill the below form to create a new account.