@extends('admin.template.layout') @section('css') @endsection @section('page-title') @endsection @section('content')
@csrf @method('PUT')
@if (!empty($option->logo)) @php $url_logo = asset($option->logo); @endphp @else @php $url_logo = null; @endphp
Tidak ada file tersedia
@endif
@if (!empty($option->logo_dark)) @php $url_logo_dark = asset($option->logo_dark); @endphp @else @php $url_logo_dark = null; @endphp
Tidak ada file tersedia
@endif
@if (!empty($option->favicon)) @php $url_favicon = asset($option->favicon); @endphp @else @php $url_favicon = null; @endphp
Tidak ada file tersedia
@endif
is_landing_page == 1) checked @endif name="is_landing_page" id="kt_flexSwitchCustomDefault_1_1"/>
@endsection @section('script') @endsection