@extends('world.layout') @section('title') {{ $recipe->name }} @endsection @section('meta-img') {{ $recipe->imageUrl ? $recipe->imageUrl : null }} @endsection @section('meta-desc') {!! substr(str_replace('"', ''', $recipe->description), 0, 69) !!} @endsection @section('content') {!! breadcrumbs(['World' => 'world', 'recipes' => 'world/recipes', $recipe->name => $recipe->idUrl]) !!}