@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ $component->name }}
{{ trans('general.component') }}
@parent
@stop
@section('header_right')
@endsection
@section('content')
{{ trans('general.assigned') }}
@endsection
@section('moar_scripts')
@can('files', $snipe_component)
@include ('modals.upload-file', ['item_type' => 'components', 'item_id' => $snipe_component->id])
@endcan
@include ('partials.bootstrap-table', ['exportFile' => 'component' . $snipe_component->name . '-export', 'search' => false])
@endsection