@extends('layouts.backend') @section('content')

SETTINGS

@csrf @if(isset($options) && count($options)>0) @foreach($options as $option) @if($option['option_name']=='site_logo' || $option['option_name']=='mock_exams_icon' || $option['option_name']=='ifa_tools_icon')
@if ($errors->has($option['option_name'])) @endif
@if($option['option_value']!='') @endif
@else
@if ($errors->has($option['option_name'])) @endif
@endif @endforeach @endif
@endsection