@extends('foodapp.layout.master') @section('title') @endsection @section('content')
@foreach($categories as $cat)
Pizza

{{ $cat->name }}

View
@endforeach
@endsection