@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ trans('admin/asset_maintenances/general.asset_maintenances') }}
@parent
@stop
@section('header_right')
@can('update', \App\Models\Asset::class)
{{ trans('general.create') }}
@endcan
@stop
{{-- Page content --}}
@section('content')
@stop
@section('moar_scripts')
@include ('partials.bootstrap-table', ['exportFile' => 'maintenances-export', 'search' => true])
@stop