@extends('example.layouts.default.main') @section('main')

{{ $title }}

@if ($title == 'Examples') @endif
@yield('content')
@endsection