@extends('layouts.master') @section('styles') @endsection @section('title') @lang('Add Indicator') @endsection @section('breadcrumbs') @component('components.breadcrumb', [ 'items' => [ ['url' => route('indicators.index'), 'label' => __('Indicators list')], ], 'title' => __('Add Indicator') ])@endcomponent @endsection @section('content')