@extends('layouts.admin') @section('title', 'Web Settings') @section('page-title', 'Web Settings') @section('content')

Pengaturan Website

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@endsection