@extends('layout.front.main') @section('title') @lang('payment.title') @endsection @section('content')
@php if ($p->statusPromo == 1) { $price = $p->hargaPromo; } else { $price = $p->harga; } @endphp

Paket {{ $p->nama }}

{{--

15

Years of experience

1250+

Happy Clients

1k+

Project Done

100+

Giving Consultancy

--}} @endsection @section('script') @endsection