@extends('admin.layouts.app') @section('content')
@if(count($categories)) @php $i=0; @endphp @foreach($categories as $cate) @endforeach @endif
ID Category Image Actions
{{ ++$i }} {{ !empty($cate) ? ucfirst($cate->name) : '' }}
@endsection