@extends('layouts.admin',['hideSiteRedirect'=> true])
@section('headerTitle')
Lista interventii
@endsection
@section('breadcrumbs')
{{ Breadcrumbs::render('admin.buildingFacilities.otherInstallation.index') }}
@endsection
@section('content')
@section('buttons')
@can('admin-create')
Adaugă Intervenție
@endcan
@endsection