@extends('layouts.customer') @section('title') Category @endsection @section('content') {{--
--}}

All Categories

@if ($categories) @foreach ($categories as $category)
image)}} class="w-100 lazy rounded" height="200px" alt="">

{{ $category->name }}

@endforeach @else

No categories found.

@endif
@endsection