@extends('layout.app') @section('content')

Template Category

@foreach ($templateCategory as $list) @endforeach
Id Category Name Priority Is Show Edit Delete
{{$list['id']}} {{$list['categoryName']}} {{$list['priority']}} {{$list['isShow']}} Edit Delete
@endsection