@extends('layouts.horizontal-developer') @section('content')

Konfigurasi Website

Kelola Website

@if(session('success')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Deskripsi akan tampil di google search

Staff menu

@push('links') @endpush @push('scripts') @endpush @endsection