@extends('layouts.front_app') @section('content')

user porfile

@foreach ($profile_img as $image) image @endforeach

{{ $user->name }}

@if(session('success') || session('error'))
{{ session('success') ?? session('error') }}
@endif
@csrf

account information

@error('password')
{{ $message }}
@enderror
@csrf

password

{{--
--}} {{--
--}} {{--
--}} {{--

purchase packages

--}} {{--

{{ $user->plan_name ? $user->plan_name : ''}}

--}} {{--
--}} {{--
    --}} {{--
  • price:
  • --}} {{--
  • events:
  • --}} {{--
  • hosted ticket link:
  • --}} {{--
  • hosted on maps:
  • --}} {{--
--}} {{--
    --}} {{--
  • ${{ $user->plan_price ? $user->plan_price : '' }}--}} {{--
  • 05
  • --}} {{--
  • yes
  • --}} {{--
  • yes
  • --}} {{--
--}} {{--
--}} {{--
--}} {{-- add a event--}} {{-- add a show--}} {{--
--}} {{--
--}}
@endsection