@extends('backend.admin.layouts.master') @section('content')
| SN | Name | Sections | Actions |
|---|---|---|---|
| {{++$key}} | @if (count($record->builder_sections) > 0) @foreach ($record->builder_sections as $page_builder_section) @if (isset($page_builder_section->section->heading)) @if (isset($page_builder_section->section->form_id)) {{ $page_builder_section->section->heading }} @elseif(isset($page_builder_section->section->layout->category->layout_type_id)) @if ($page_builder_section->section->layout->category->layout_type_id == 1) {{ $page_builder_section->section->heading }} @elseif($page_builder_section->section->layout->category->layout_type_id == 2) @if (isset($page_builder_section->section->category_id)) {{ $page_builder_section->section->heading }} @else {{ $page_builder_section->section->heading }} @endif @endif @endif @endif @endforeach @endif | Builder |