@extends('frontend.app') @section('content') {{-- ✅ Get Brand Color from Database --}} @php use App\Models\Information; $information = Information::first(); $brandGradient = $information->gradient_code ?? 'linear-gradient(90deg, #0d6efd, #00276C)'; @endphp
Enter your mobile number to check status