@extends('front.template.header') @section('content')

Track Status

You can track the status of your request you've done earlier!


@if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf
@endsection