@section('page_title')

{{ xe_trans('xe::pluginInstalled') }}

@stop @section('page_description') {{ xe_trans('xe::pluginListDescription') }} @stop @include($_skin::view('index.tab'))
{{-- heading --}}
@foreach(Request::except(['query']) as $name => $value) @endforeach
{{-- plugin list --}}
    @foreach($plugins as $plugin) @include($_skin::view('index.item')) @endforeach