@extends('user.layouts.main') @section('contents')
{{ $title ?? '' }}
@php $counter = 1; @endphp @foreach ( $escrows as $escrow ) @endforeach
ID Date Amount (KSh) Product Title Action
{{ $counter++ }} {{ $escrow->created_at->format('d M Y') }} {{ $escrow->price }} KSh {{ $escrow->ad->title }} View
{{ $escrows ->links() }}
@endsection