@extends('backend.layouts.master')
@section('content')
SR No |
Template Value |
Template Name |
Action |
@php
$i=0;
@endphp
@foreach ($templates as $template)
{{++$i}} |
{{$template->templateValue}}
|
{{$template->templateDisplayValue}}
|
|
@endforeach
@endsection
@push('js')
@endpush