@extends('example.layouts.default.main') @section('main') {{ $title }} @if ($title == 'Examples') Download examples @endif @yield('content') @endsection