@component('subjects.components.suggestion.create') @slot('subjectid') {{$subject->id}} @endslot @slot('catreq') {{$subject->catreq->catreq_name}} @endslot @slot('topic') {{$topic}} @endslot @endcomponent @component('subjects.components.suggestion.delete') @slot('subjectid') {{$subject->id}} @endslot @slot('suggestionfile') {{$subject->suggestion_file}} @endslot @slot('topic') {{$topic}} @endslot @endcomponent @component('subjects.components.suggestion.update') @slot('sub') {{$subject}} @endslot @slot('subjectid') {{$subject->id}} @endslot @slot('suggestionfile') {{$subject->suggestion_file}} @endslot @slot('attachfile') 1 @endslot @slot('suggestionpath') {{ asset('/files/meetings/'.$subject->meeting->number_meeting.'/subjects'. '/'. $subject->id .'/suggestion' .'/'. $subject->suggestion_file)}} @endslot @slot('topic') {{$topic}} @endslot @endcomponent