<?php

it('can render', function () {
    $contents = $this->view('{{ name }}', [
        //
    ]);

    $contents->assertSee('');
});
