@extends('frame')

@section('title', 'This is The Bad Space')

@section('main-content')
    @parent

    <p>This is where we start</p>
    {{ $count }}
@endsection