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