{{-- Custom error validation --}}
@if (session('error'))
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if (in_array(auth()->user()->user_type, ['Basic', 'Gold', 'Platinum', 'Sponsored']))
@endif
{{-- @if (in_array(auth()->user()->user_type, ['Basic', 'Gold', 'Platinum', 'Sponsored'])) --}}
{{-- Button Link --}}
{{-- --}}
{{-- Button Link --}}
{{-- Button Type --}}
{{-- @endif --}}
{{--