@extends('super_admins.layouts.master') @section('title') {{ $heading }} @endsection @section('css') @include('super_admins.includes.datatable_css') @endsection @section('content')

{{ $heading }}

    @foreach ($home_page_components as $component)
  • {{-- ({{ $component->sort_order }}) --}} {{ $component->display_name }}
    @if ($component->is_active) @else @endif
  • @endforeach
{{-- --}}
@endsection @section('scripts') @endsection