@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('messages.settings.settings')) @section('content_header') @if (Auth::user()->hasAnyRole('admin'))

{{__('messages.adm')}} / {{__('messages.settings.settings')}}

@else

{{__('messages.reusable.no_access')}}

@endif @stop @section('js') @if (session()->has('success')) @endif @if (session()->has('error')) @endif @if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @stop @section('content')

{{__('messages.settings.settings_header')}}

{{__('messages.settings.settings_p')}}

@csrf @foreach($options as $option)
option_value == 1) ? 'checked' : '' }}>
@endforeach
@stop