@extends('layouts.app') @section('title', 'Track Your Order - ECA Networks') @section('content')

Track Your Order

Enter your order number and phone number to see real-time status updates.

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf

Have an account? Login to view all your orders.

@endsection