@extends('layouts.host', ['header' => true, 'header_image' => true]) @section('title', 'Payment') @section('back_button') @endsection {{-- @dd(jsdecode_userdata($type)) --}} @section('content')
{{-- card header --}} @include('include.card.card-header' , ['plan' => $plan])
Add new card
Loading...
@foreach (auth()->user()->userCards as $card)
@endforeach
@auth @include('layouts.host_components.bottom-menu') @endauth @endsection @push('scripts') @endpush