@extends('layouts.admin') @section('content')

Sections List

Add Section
@forelse($campaignContexts as $context) @empty @endforelse
ID Brand Category Actions
{{ $context->id }} {{ $context->brand->name ?? 'N/A' }} {{ $context->category->name ?? 'N/A' }} Edit
@csrf @method('DELETE')
No sections found.
@endsection