@extends('frontend.layouts.app') @section('content') @php $customer_package = get_single_customer_package(Session::get('payment_data')['customer_package_id']); @endphp @endsection @section('script') @endsection