{{-- Flash Message --}}
@if (session()->has('message'))
@endif
{{-- Form Section --}}
@if($formMode)
@endif
@if($viewMode)
{{ session('message') }}
@endif
{{-- Add More Button --}}
@if(!$formMode && !$viewMode)
{{ $updateMode ? 'Edit Author' : 'Add Author' }}
View Author
{{ $slug }}
{{ $invested_coins }}
{{ $dispaly_name }}
{{ $personal_profile }}
{{ $project_associated_with }}
{{ $hobbies }}
{{ $options[$user_type] }}
{{ $work_profile }}
{{ $order_by }}
{{ $h2_title }}
{{ $about_us }}
{{ $seo_title }}
{{ $meta_keywords }}
{{ $meta_description }}
{{ $is_disclaimer == 1 ? 'Yes' : 'No' }}
{{ $is_active == 1 ? 'Yes' : 'No' }}
{{ $on_time == 1 ? 'Yes' : 'No' }}
{{ $is_approved == 1 ? 'Yes' : 'No' }}
All Author
@error('userid')
{{ $message }}
@enderror
| User Name | Dispaly Name | Slug | User Type | Is Active | Order | Created At | Action | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ $users[$author->user_id] ?? '-' }} | {{ $author->dispaly_name }} | {{ $author->slug }} | @php $types = [ 1 => 'Bonus', 2 => 'Game', 3 => 'Payment Method', ]; @endphp{{ $types[$author->user_type]?? 'Unknown' }} | {{ $author->order_by }} | {{ $author->created_at }} | {{-- --}} | |||
| No records found | |||||||||