@extends('layouts.app') @section('title', 'Templates List') @section('styles') {{-- Added Tree View Styles --}} @endsection @section('content') {{-- Added editCategoryId to x-data --}}
Manage and customize pdf templates
{{ $template->category_name }}
Template Type
@if($template->template_type=="Fillable") Fillable @else Raw @endifSigners
{{ $template->template_no_of_signers }}
Date Added
{{ \Carbon\Carbon::parse($template->template_created_at)->format('d M Y') }}
ID
#{{ ($templates->currentPage() - 1) * $templates->perPage() + $loop->iteration }}