@extends('layouts.app') @section('title', $title = $template->title) @section('content') @include('shared.button', ['type' => 'edit', 'url' => route('templates.edit', $template)]) @include('shared.button', ['type' => 'delete', 'url' => route('templates.destroy', $template)])

{{ __('forms.charts') }}

@for($i = 0; $i < ($template->GetTotal()); $i++)
@endfor
@endsection