@extends('layouts/indexBuddyLayoutMaster') @section('title', 'Booking') @section('vendor-style') @endsection @section('content')

{{ __('locale.booking') }}

avatar

{{$service['activity_name']}}

{{ __('locale.with') }} {{$service['user_name']}}

{{$service['description']}}


{{ __('locale.schedules') }}

{{ __('locale.session') }}



{{ __('locale.participant') }}

1 x Rp. {{ number_format($service['price'], 0, ',', '.') }}

{{ __('locale.duration') }}

1 x Rp. {{ number_format($service['price'], 0, ',', '.') }}

Sub Total

Rp. {{ number_format($service['price'], 0, ',', '.') }}

@include('panels.call-to-action') @include('panels.socmed') @endsection @section('vendor-script') @endsection @section('page-script') {{-- Page js files --}} @endsection