@extends('layout.front.main') @section('title') @lang('reservasi.title') @endsection @section('content') {{--

Merjay

--}}
@php if ($p->statusPromo == 1) { $price = $p->hargaPromo; } else { $price = $p->harga; } @endphp

@lang('reservasi.pco') {{ $p->nama }}

15

Years of experience

1250+

Happy Clients

1k+

Project Done

100+

Giving Consultancy

@endsection @section('script') @endsection