@extends('frontend.layout.app') @section('content') All Categories Home Categories @foreach($categories as $category) {{ $category->name }} View @endforeach @endsection