@extends('front.layouts.main') @section('content')

{{@$gcompany->company_name}}

New Report Template
@forelse ($templates as $key=>$template) @empty

No Template Found

@endforelse
Template Name Created On Last Update On  
{{$key + $templates->firstItem()}} {{@$template->template_name}} {{date('m-d-Y',strtotime($template->created_at))}} {{date('m-d-Y',strtotime($template->updated_at))}}
@endsection