@extends('admin/layouts/fullLayoutMaster') @section('title', 'Register Page') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
branding logo

Create Account

Fill the below form to create a new account.

@if( count($errors) > 0) @foreach($errors->all() as $error) @endforeach @endif
@csrf
I accept the terms & conditions.
Login
@endsection