آرایشگر: {{ $timeslot->hairdresser->name }}
سالن: {{ $timeslot->hairdresser->salon_name }}
خدمت: {{ $timeslot->service_name }}
توضیحات: {{ $timeslot->service->description }}
تاریخ: {{ jdate($date)->format('Y/m/d') }}
ساعت: {{ \Carbon\Carbon::parse($timeslot->start_time)->format('H:i') }} الی {{ \Carbon\Carbon::parse($timeslot->end_time)->format('H:i') }}
مبلغ: {{ number_format($timeslot->price) }} تومان
بیعانه (۳۰٪): {{ number_format(round($timeslot->price * 0.3)) }} تومان