@use('app\Helpers\Helpers')
@extends('frontend.layout.master')
@push('css')
@endpush
@php
$maxSelected = session('cart')['required_servicemen'];
$perServicemenCharge = Helpers::getPerServicemen($cartItem['service']);
@endphp
@section('title', __('frontend::static.bookings.service_boking'))
@section('breadcrumb')
@endsection
@section('content')
{{ $provider?->name }}
{{__('frontend::static.bookings.user_choose_note')}}
{{__('frontend::static.bookings.nothing_item_cart')}}{{__('frontend::static.bookings.your_cart')}}
({{ count($cart) }} {{__('frontend::static.bookings.item_added')}})
{{ $provider?->review_ratings }}
{{ $service?->title }}
@endif
@endif
{{__('frontend::static.bookings.oops_nothing_added')}}