@extends('layouts.app') @section('page-title', __('Templates')) @section('page-heading', __('Templates')) @section('breadcrumbs') @stop @section('content') @include('partials.messages')
@foreach($templates as $template) @endforeach
Name Type Threshold Threshold Status Actions
{{ $template->name }} {{ ucfirst($template->type) }} {{ $template->threshold }}% {{ $template->threshold_status ? 'Active' : 'Inactive' }}
@csrf @method('DELETE')
@endsection