@extends('layouts.auth.login') @section('title', 'Login Account') @section('headers') @endsection @section('contents')
@csrf

Register Account.

Fill the form needed.
Aready have an account? Sign-In
@endsection @section('scripts') @endsection