@extends('layouts.master')
@section('styles')
@endsection
@section('title')
@lang('Indicators list')
@endsection
@section('buttons')
@if(checkAccess('indicators_create'))
@lang('Add Indicator')
@endif
@endsection
@section('breadcrumbs')
@component('components.breadcrumb')
@slot('title') @lang('Indicators list') @endslot
@endcomponent
@endsection
@section('content')
@endsection
@section('scripts')
@endsection