@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ $item->name }} {{ trans('admin/maintenances/general.maintenances') }}
@parent
@stop
@section('header_right')
@endsection
{{-- Page content --}}
@section('content')
@stop
@section('moar_scripts')
@include ('partials.bootstrap-table', ['exportFile' => 'maintenances-export', 'search' => true])
@stop