@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') @foreach ($sections as $section)

Home Section

@foreach ($section->sectionCards as $card)
@endforeach
@endforeach
@csrf @method('PUT') @foreach ($workingProcess as $section)

Our Working Process

@foreach ($section->sectionCards as $card)
@endforeach
@endforeach
@endsection {{-- Push Script for Dropify and other custom JS --}} @push('scripts') @endpush