@include('demands.components.edit') @component('demands.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 @slot('projectname') {{$subject->project->codeid}}@endslot @slot('flagid') demand @endslot @endcomponent @component('subjects.components.attaches.create') @slot('subjectid') {{$subject->id}} @endslot @slot('flagid') demand @endslot @endcomponent