@extends('includes.layout') @section('content')
@endif
YEARS
EXPERIENCE
{{ $favorite->favService->name }}
{{ $favorite->reviews->count() }}
| Sr. No. | Service | Discount | Total Price | Booking Date | Scheduled | Username | Phone | Transaction Id | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
@php $i = 1 @endphp
@foreach ($bookings->BookedServices as $key => $service)
{{ $i++ }} .
{{ $service->Service->name }}
({{ $service->service_id }})
@endforeach |
₹ {{ $bookings->discount }} | ₹ {{ $bookings->total_price }} | {{ $bookings->created_at }} | {{ $bookings->scheduled_date }} | {{ $bookings->user->name }} | {{ $bookings->user->phone }} | {{-- {{ $bookings->salon->name }} ({{ $bookings->saloon_id }}) --}} {{ $bookings->transaction_id }} | |
| Service | Payment | Date/Time | Payment Mode | Status |
|---|---|---|---|---|
| 1 | -- | -- | -- | -- |