@extends('layouts/contentLayoutMaster') @section('title', 'Wishlist') @section('content') {{ __('locale.wishlist') }} @if (!empty($wishlists)) @foreach($wishlists as $key => $data) @if ( Config::get('app.locale') == 'id') {{ $data['service_name'] }} @else {{ $data['service_name_en'] }} @endif Rp. {{number_format($data['price'], 0, ',', '.')}} / {{ __('locale.hour') }} Book @endforeach @else {{ __('locale.wishlist_empty') }} @endif {{ __('locale.complete_profile') }} × {{ __('locale.complete_profile_note') }} @endsection @section('page-script') {{-- Page js files --}} @endsection
/ {{ __('locale.hour') }}
{{ __('locale.complete_profile_note') }}