@extends('FrontUser.layouts.app') @section('title', 'Search') @section('content')
Find your calls and transactions
{{ ucfirst($call->status) }} Package: {{ $call->package_name }} | Cost: ₹{{ number_format($call->cost, 2) }}
{{ $call->created_at->format('M d, Y H:i') }}{{ ucfirst($transaction->type) }} Amount: ₹{{ number_format($transaction->amount, 2) }} | Status: {{ ucfirst($transaction->status) }}
{{ $transaction->created_at->format('M d, Y H:i') }}Try adjusting your search terms or filters
Enter a search term to find your calls and transactions