@extends('layouts.app') @section('title', $category['label'] . ' – Pazarlama Destek') @section('content')

{{ $category['label'] }}

{{ $category['description'] }}

Talep türü seçin
@foreach ($category['types'] as $type)
[{{ $category['label'] }}] {{ $type }}
@endforeach
@endsection @push('styles') @endpush