antaresproject/core

View on GitHub
src/utils/testing/fixture/resources/views/welcome.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('app')

@section('content')
<h1>You have arrived.</h1>
@stop