@extends('layouts.master') @section('content')

{{ $round->title }}

{{ strip_tags($round->syllabus) }}

@endsection @section('footer') @include('layouts.footer') @endsection