antaresproject/core

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

Summary

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

@section('content')
<h1>Hello, {{ Auth::user()->fullname }}.</h1>
@stop