@extends('layouts.master') @section('title', 'Setting') @section('meta-tag') @endsection @section('title', 'Setting') @section('subtitle', 'Adjust the voting system settings') @section('content') @csrf App Name App Description {{ $setting->app_description ?? '' }} Logo * Leave it blank if you don't want to change the logo. @if($setting && $setting->app_logo != null) @else Tidak ada logo @endif Submit @endsection @push('scripts') @endpush
* Leave it blank if you don't want to change the logo. @if($setting && $setting->app_logo != null) @else Tidak ada logo @endif