@extends('admin.admin_master') @section('admin') @if(session('success'))
{{ session('success') }}
@endif

Theme Options

{{-- Sidebar vertical interne --}}
  • General
  • SEO
  • Cookie Consent
  • Google Analytics
{{-- Sections --}}
@include('configuration.theme_options.general')
{{-- Scripts --}} @push('scripts') @endpush @endsection