@extends('template') @section('content')
Templates de Propostas @if(routeAcess('admin.propostas.layout.create')) Novo Template @endif
@foreach($templates as $template) @endforeach
Cód. Template Status Data Cad. Editar
{{ $template->id }} {{ $template->name }} @if($template->status == 'Ativo') ATIVO @else INATIVO @endif {{ dateToBR($template->created_at) }} @if(routeAcess('admin.propostas.layout.edit')) @endif
@stop() @section('js-admin-did') @stop()