@extends('layouts.app') @section('title', 'categoreis') @section('content')

Top categories

@forelse ($categorys as $category)
Category Image

{{ $category->category }}

@empty No category found @endforelse
@endsection