@include('partials.announcement')
{!! $terms !!}
@extends(Auth::check() ? 'layouts.front' : 'layouts.auth') @section('page-title', $title) @section('content')
@stop @section('scripts') @stop