@php( $headerOption = [ 'title' => '', 'header_buttons' => [], 'filters' => isset($filters) ? $filters : [], 'data' => isset($data) ? $data : [], ] ) @extends('admin.layouts.layout', $headerOption) @section('content')

Casino Setup

Setup value for running casino

{{-- {{ $form['fields']['company_name']['label'] }} --}}
Label Value (Time value must be in 24 hours format)
{{ $form['fields']['open_time']['label'] }} {{ $form['fields']['open_time']['value'] }}
{{ $form['fields']['close_time']['label'] }} {{ $form['fields']['close_time']['value'] }}
{{ $form['fields']['drinks_limit']['label'] }} {{ $form['fields']['drinks_limit']['value'] }}
{{ $form['fields']['drinks_limit_per_trip']['label'] }} {{ $form['fields']['drinks_limit_per_trip']['value'] }}
{{ $form['fields']['reset_data']['label'] }} {{ $form['fields']['reset_data']['value'] }}
@push('page_script') @endpush @endsection