@extends('master') @section('content')
Create category
@csrf
Category
@foreach($cat as $k=>$val) @endforeach
S/N Name Action
{{++$k}}. {{$val->categories}}
@stop