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

Get your free Minible account now.

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

Already have an account ? Login

© Minible. Crafted with by Themesbrand

@endsection