@extends('layout.app')
@section('content')
| Id |
Category Name |
Category Image |
Priority |
Is Show |
Edit |
Delete |
@foreach ($templateCategory as $list)
| {{$list['id']}} |
{{$list['categoryName']}} |
 }}) |
{{$list['priority']}} |
{{$list['isShow']}} |
Edit |
Delete |
@endforeach
@endsection