@extends('layouts.master-without-nav') @section('title') Register @endsection @section('page-title') Register @endsection @section('body') @endsection @section('content')
Register Account

Get your Shri Hari ERP account now.

@csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

By registering you agree to the Terms of Use

Already have an account ? Login

© Shri Hari Enterprise.

@endsection