@extends('admin.themes.widgets') @section('section') @foreach($widgets as $i => $widget) {{ Str::headline($i) }} @if ($i == 'map') @endif @php $icon = $widget['active'] == "true" ? "fa-eye" : "fa-eye-slash" @endphp @endforeach @endsection @push('script') @endpush