{{$subject->meeting->number_meeting}} |
{{$subject->catreq->catreq_name}} |
{{$subject->project->codeid}} - {{$subject->project->title}}
@include('projects.components.collapse')
|
{{ date('j M. Y', strtotime($subject->created_at)) }} |
@include('subjects.columns.status') |
@if ($subject->attaches->count())
{{$subject->attaches->count()}} Files
@else
@can('members')
@endcan
@can('admins')
Προσθήκη
@endcan
@component('subjects.components.attaches.create')
@slot('subjectid') {{$subject->id}} @endslot
@slot('flagid') showproject @endslot
@endcomponent
@endif
|
@include('projects.components.editsubjectshow')
@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') showproject @endslot
@endcomponent
@component('subjects.components.attaches.create')
@slot('subjectid') {{$subject->id}} @endslot
@slot('flagid') showproject @endslot
@endcomponent
|
@component('subjects.components.suggestions.view')
@slot('subjid') {{$subject->id}} @endslot
@slot('catreq') {{$subject->catreq->catreq_name}} @endslot
@slot('codeid') {{$subject->project->codeid}} @endslot
@slot('suggestion') {{$subject->suggestion}} @endslot
@endcomponent
{!! Form::model($subject, ['route'=> ['update.suggestion.subject', $subject->id], 'method'=>'PUT', 'class'=> 'form-horizontal', 'style'=>'display:inline-block']) !!}
@component('subjects.components.suggestions.update')
@slot('subjectid') {{$subject->id}}@endslot
@slot('catreq') {{$subject->catreq->catreq_name}} @endslot
@slot('codeid') {{$subject->project->codeid}} @endslot
@slot('flagid') showproject @endslot
@endcomponent
@component('subjects.components.suggestions.create')
@slot('subjectid') {{$subject->id}} @endslot
@slot('catreq') {{$subject->catreq->catreq_name}} @endslot
@slot('codeid') {{$subject->project->codeid}} @endslot
@slot('flagid') showproject @endslot
@endcomponent
@component('subjects.components.suggestions.delete')
@slot('subjectid') {{$subject->id}}@endslot
@slot('catreq') {{$subject->catreq->catreq_name}} @endslot
@slot('codeid') {{$subject->project->codeid}} @endslot
@slot('flagid') showproject @endslot
@endcomponent
|
@endforeach