{!! Form::label('theme_color', __('lang_v1.theme_color')) !!}
@foreach ($theme_colors as $key => $color)
@if ($business->theme_color == $key)
@endif
@endforeach
@php $page_entries = [ 25 => 25, 50 => 50, 100 => 100, 200 => 200, 500 => 500, 1000 => 1000, -1 => __('lang_v1.all'), ]; @endphp {!! Form::label('default_datatable_page_entries', __('lang_v1.default_datatable_page_entries')) !!} {!! Form::select( 'common_settings[default_datatable_page_entries]', $page_entries, !empty($common_settings['default_datatable_page_entries']) ? $common_settings['default_datatable_page_entries'] : 25, ['class' => 'form-control select2', 'style' => 'width: 100%;', 'id' => 'default_datatable_page_entries'], ) !!}
{{-- Font Selector --}}
{!! Form::label('font_style', 'اختر الخط') !!} @php $fonts = [ 'Tajawal' => 'Tajawal', 'Cairo' => 'Cairo', 'Amiri' => 'Amiri', 'Noto Kufi Arabic' => 'Noto Kufi Arabic', 'Montserrat Arabic' => 'Montserrat Arabic', ]; $selected_font = session('business.font_style', 'Tajawal'); @endphp {!! Form::select('font_style', $fonts, $selected_font, ['class' => 'form-control', 'id' => 'font_style']) !!}

مثال على الخط المختار