@extends('dasgboard.layouts.app') @section('title', $title) @section('content')

{{ $title }}

{{ $description }}

@if (session('success'))
{{ session('success') }}
@endif @if (request()->routeIs('admin.site-settings'))
@csrf @method('PUT')
মোট {{ count($sectionDefinitions) }}টি বিভাগ
@foreach ($sectionDefinitions as $slug => $label) @php($isEnabled = $savedSettings->get($slug, true)) @endforeach
@else

অ্যাডমিন অ্যাকাউন্ট

@csrf @method('PUT') @if ($errors->any())

{{ $errors->first() }}

@endif
@endif @endsection @push('styles') @endpush @if (request()->routeIs('admin.site-settings')) @push('scripts') @endpush @endif