@extends('reachassuree_agent/layouts.main') @section('title', $data['title']) @section('content')
@include('../reachassuree_agent/master/comman/header')
@csrf
@php $themes = ['theme-1', 'theme-2', 'theme-3', 'theme-4', 'theme-5']; $themeAllotted = $data['settings']->theme_allotted; @endphp @foreach ($themes as $theme) @php $checked = ($theme === $themeAllotted) ? 'checked' : ''; @endphp @endforeach
@endsection @section('custom-scripts') @endsection