@extends('layouts.admin') @section('title', 'Sections') @section('page-title', 'Sections') @push('styles') @endpush @section('content')

All Sections

Add Section
@foreach($sections as $section) @endforeach
ID Title Products Actions
{{ $section->id }}
{{ $section->title }}
@if($section->description) {{ \Illuminate\Support\Str::limit($section->description, 80) }} @endif
{{ $section->products_count }}
@csrf @method('DELETE')
@endsection @push('scripts') @endpush