@extends('backend.app') {{-- Title --}} @section('title', 'Setting') @push('styles') @endpush @section('content') @php // Uncomment this if you want to use dynamic CMS model //$cms = App\Models\Cms::where('type','personalized')->first(); @endphp
@csrf @method('PUT')

Home Section

@endsection {{-- Push Script for Dropify and other custom JS --}} @push('scripts') @endpush