{{ $image['description'] }}
{!! Form::open(['url' => 'admin/images/upload', 'files' => true]) !!}| Files | -- |
|---|---|
| - {{ $file }} - | -- Move - Rename - Delete - | -
Select a file to upload. (Maximum size {{ min(ini_get('upload_max_filesize'), ini_get('post_max_size')) }}B.)
| Staff | -Action | -Action Details | -Date | - - +
|---|---|---|---|
| {!! $log->user->displayName !!} | -{!! $log->action !!} | -{!! $log->action_details !!} | -{!! format_date($log->created_at) !!} ({!! pretty_date($log->created_at) !!}) | -
You rolled {{ $quantity }} time{{ $quantity != 1 ? 's' : '' }} for the following:
-| # | -Reward | -Quantity | - - +
|---|---|---|
| {{ $count++ }} | -{!! $t['asset']->displayName !!} | -{{ $t['quantity'] }} | -
Note: "None" results are not shown in this table.
diff --git a/resources/views/admin/masterlist/create_character.blade.php b/resources/views/admin/masterlist/create_character.blade.php index f9777f66c8..956b01d60a 100644 --- a/resources/views/admin/masterlist/create_character.blade.php +++ b/resources/views/admin/masterlist/create_character.blade.php @@ -134,7 +134,10 @@ @else {!! add_help('This is the full masterlist image. Note that the image is not protected in any way, so take precautions to avoid art/design theft.') !!} @endif -| # | -User | - - +
|---|---|
| {{ $winner->position }} | -{!! $winner->displayHolderName !!} | -
| # | -User | - @if ($raffle->is_active < 2) -- @endif - - + |
|---|---|---|
| {{ $page * 200 + $count + 1 }} | -{!! $ticket->displayHolderName !!} | - @if ($raffle->is_active < 2) -{!! Form::open(['url' => 'admin/raffles/view/ticket/delete/' . $ticket->id]) !!}{!! Form::submit('Delete', ['class' => 'btn btn-danger btn-sm']) !!}{!! Form::close() !!} | - @endif -
No sales found.
@else {!! $saleses->render() !!} -| Title | -Posted At | -Last Edited | -- |
|---|---|---|---|
| - @if (!$sales->is_visible) - @if ($sales->post_at) - - @else - - @endif - @endif - {{ $sales->title }} - | -{!! format_date($sales->post_at ?: $sales->created_at) !!} | -{!! format_date($sales->updated_at) !!} | -- Edit - | -
No settings found.
@else {!! $settings->render() !!} -| Key | -Description | -Value | -- |
|---|---|---|---|
| {{ $setting->key }} | -{{ $setting->description }} | -
- {!! Form::open(['url' => 'admin/settings/' . $setting->key, 'class' => 'd-flex justify-content-end']) !!}
-
- {!! Form::text('value', $setting->value, ['class' => 'form-control']) !!}
+
+
+
+
- {{ $setting->key }}
- {!! Form::submit('Edit', ['class' => 'btn btn-primary']) !!}
+
+
- {!! Form::close() !!}
- {{ $setting->description }}
|
-
No settings found.
@else {!! $settings->render() !!} -| Name | -Description | -Value | -- |
|---|---|---|---|
| {{ $setting->name }} | -{{ $setting->description }} | -
- {!! Form::open(['url' => 'admin/staff-reward-settings/' . $setting->key, 'class' => 'd-flex justify-content-end']) !!}
-
- {!! Form::text('value', $setting->value, ['class' => 'form-control']) !!}
+
+
+
+ {{ $setting->name }}
+
+
+ {{ $setting->description }}
+
+
+ {!! Form::open(['url' => 'admin/staff-reward-settings/' . $setting->key, 'class' => 'd-flex justify-content-end']) !!}
+
-
+ {!! Form::text('value', $setting->value, ['class' => 'form-control']) !!}
+
+
+ {!! Form::submit('Edit', ['class' => 'btn btn-primary']) !!}
+
+ {!! Form::close() !!}
- {!! Form::submit('Edit', ['class' => 'btn btn-primary']) !!}
-
- {!! Form::close() !!}
- |
-
| IP | -Stored At | -Last Used At | -Shared With | -
|---|---|---|---|
| {{ $ip->ip }} | -{!! $ip->created_at ? format_date($ip->created_at) : 'Unknown' !!} | -{!! $ip->updated_at ? format_date($ip->updated_at) : 'Unknown' !!} | -- {!! $ip->usersString ?? 'None' !!} - | -