@extends('layouts.auth') @section('title', 'Create Account — Salihiya World Cargo') @section('content')

Create account

Use the phone number your cargo was booked with — it links your history automatically.

@csrf
@error('name')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Already have an account? Sign in

@endsection