@extends('includes.layout') @section('content')
@endif
YEARS
EXPERIENCE
{{ $favorite->favService->name }}
{{ $favorite->reviews->count() }}
{{ $favorite->favService->name }}
{{ $favorite->reviews->count() }}
| Sr. No. | Service | Discount | Total Price | Booking Date | Scheduled | Username | Phone | Transaction Id | Order Status | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
@php $i = 1 @endphp
@foreach ($bookings->BookedServices as $key => $service)
{{ $i++ }} .
{{ ucwords($service->Service->name) }}
{{--({{ $service->service_id }})--}}
@endforeach |
₹ {{ $bookings->discount }} | ₹ {{ $bookings->total_price }} | {{ $bookings->created_at }} | {{ $bookings->scheduled_date }} | {{ ucwords($bookings->user->name) }} | {{ $bookings->user->phone }} | {{-- {{ $bookings->salon->name }} ({{ $bookings->saloon_id }}) --}} {{ $bookings->transaction_id }} | @if($bookings->order_status == 'pending') {{ $bookings->order_status }} @elseif($bookings->order_status == 'cancelled') {{ $bookings->order_status }} @elseif($bookings->order_status == 'completed') {{ $bookings->order_status }} @else @endif | |
| #Sr. No. | User Name | Paid Amount | Services | Service Date | Status |
|---|---|---|---|---|---|
| {{$earningKey+1}} | {{$bookinglistearning->user->name}} | {{$bookinglistearning->total_price}} | {{$bookinglistearning->services_count}} | {{$bookinglistearning->scheduled_date}} | {{$bookinglistearning->order_status}} |