{{--| {!! $secretariat->slug !!} | --}}
{!! $secretariat->name !!} |
{!! $secretariat->email !!} |
{!! $secretariat->description !!} |
{!! $secretariat->category->name !!} |
{!! Form::open(['route' => ['secretariats.destroy', $secretariat->id], 'method' => 'delete']) !!}
@shield('secretariats.show') @endshield
@shield('secretariats.edit') @endshield
@shield('secretariats.delete'){!! Form::button(' ', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}@endshield
{!! Form::close() !!}
|
@endforeach