@extends('layouts.master') @section('title') Site Setting @endsection @section('css') @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') Site Setting @endslot @slot('subtitle') Setting @endslot @endcomponent

Site Setting

@if (session('success')) @endif
@csrf @method('PUT')
@if(isset($settings['site_logo_desktop']) && $settings['site_logo_desktop'] !='')
Site Desktop Logo

@endif
@if(isset($settings['site_logo_mobile']) && $settings['site_logo_mobile'] !='')
Site Mobile Logo

@endif
@if(isset($settings['site_favicon']) && $settings['site_favicon'] !='' )
Site Logo

@endif
@endsection @section('scripts') @endsection