@extends('layouts.master') @section('title', 'Setting') @section('meta-tag') @endsection @section('title', 'Setting') @section('subtitle', 'Adjust the voting system settings') @section('content')
@csrf

* Leave it blank if you don't want to change the logo. @if($setting && $setting->app_logo != null) {{ $setting->app_name }} @else Tidak ada logo @endif

@endsection @push('scripts') @endpush