@extends('admin.layouts.app') @section('content')

imgCategory

@forelse($category as $val) @empty @endforelse
# Name Image Actions

{{ $loop->index +1 }}

{{ $val->name }} @if($val->image) @else No image @endif
Data not found!
@endsection