@component('subjects.components.delete') @slot('subjid') {{$subject->id}} @endslot @slot('meetingid') {{$subject->meeting->number_meeting}}@endslot @slot('protocolnumber') {{$subject->protocol}}@endslot @slot('catreq') {{$subject->catreq->catreq_name}}@endslot @if ($topic === 'project') @slot('projectname') {{$project->codeid}}@endslot @elseif ($topic === 'meeting') @slot('projectname') {{$project[$subject->project_id]->codeid}}@endslot @elseif ($topic === 'general') @slot('projectname') {{$project[$subject->project_id]->codeid}}@endslot @endif @slot('topic') {{$topic}}@endslot @endcomponent