@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')