@extends('layouts.dashboard') @section('title', 'Manage Set Up') @section('myJS') @endsection @section('content')
@include('dashboard.MasterSetup.Header')
@foreach($templateList as $template) @endforeach
Template ID Template Name Operations
{{$template->CategoryTemplateID}} {{$template->TemplateName}}
|
@endsection