@extends('header') @section('title', 'Categories') @section('otherConetent') @foreach ($allCategorys as $categorys)

{{ $categorys->name }}

{{ ucfirst($categorys->description) }}

See All
@endforeach @endsection