@extends('layouts.app') @section('title', 'Client') @section('content')
Client

@if(($cl_theme != null && $cl_theme->theme == 'default') || $cl_theme == null)
@else
@endif
Default
@if($cl_theme != null && $cl_theme->theme == 'dark')
@else
@endif
Theme 1
@if($cl_theme != null && $cl_theme->theme == 'custom')
@else
@endif
Custom
@if(($cl_theme != null && $cl_theme->theme == 'default') || $cl_theme == null) @php $cls = 'show';@endphp @else @php $cls = 'd-none';@endphp @endif @if($cl_theme != null && $cl_theme->theme == 'custom') @php $cls1 = 'show';@endphp @else @php $cls1 = 'd-none';@endphp @endif
Custom Theme

@csrf
@csrf
@endsection