@extends('layout.admin') @section('css') @endsection @section('content') Manage Category Positions Home & Inner Position List Manage Category Positions Select Category: @foreach ($categories as $category) id ? 'selected' : '' }}> {{ $category->name }} @endforeach Search Content to Add: Home List Inner List Last Add Item Category Home Positions Max: {{ $homePosition->max_content ?? 9 }} @csrf Max Content: @foreach ($homeContents as $index => $content) {{ $index + 1 }} ID: {{ $content->id }} | {{ $content->heading }} @endforeach Category Inner Positions Max: {{ $innerPosition->max_content ?? 9 }} @csrf Max Content: @foreach ($innerContents as $index => $content) {{ $index + 1 }} ID: {{ $content->id }} | {{ $content->heading }} @endforeach @endsection @section('js') @endsection