{{-- {{setting('date')}}--}}
@if(setting('reason_order') !== null && count(setting('reason_order')) > 0)
@foreach ( setting('reason_order') as $index => $reason )
@if($loop->first)
@else
@endif
@endforeach
@else
@endif
@for($i = 0 ; $i < 3; $i++)
@lang('admin.tecnicalSupports')
@endfor
@foreach(config('translatable.locales') as $local)
@lang('admin.'.$local.'.meta_keywords')
@endforeach