@extends('web.layout.login_header') @section('title', 'Home') @section('content')
Card image cap

JOIN
House Runs For Me

Make the most of your professional life

profile
@csrf
{{$errors->first('full_name')}}
{{$errors->first('address')}}
{{$errors->first('email')}}
{{$errors->first('phoneNumber')}}
{{$errors->first('password')}}
{{$errors->first('confirm_password')}}
Already on House Runs For Me? Sign in
@endsection @section('scripts') @endsection