@extends('customer.auth.layout') @section('title','Create Account') @section('subtitle','Join and track your deliveries in real-time') @section('content')

Start Your Journey 🚀

Create your account and experience Sri Lanka’s smartest courier tracking platform.

  • Real-time delivery updates
  • Secure payments & history
  • AI-powered tracking insights
Already trusted by thousands of customers
@csrf {{-- VALIDATION ERRORS --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- INTERACTION SCRIPTS --}} @endsection