Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
antaresproject/core
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
master
build
See recent builds
25 days ago
Refresh default branch
Refresh
src/utils/testing/fixture/resources/views/home.blade.php
Summary
Maintainability
A
0 mins
Test Coverage
Issues
Source
Stats
Issues
@extends('app') @section('content') <h1>Hello, {{ Auth::user()->fullname }}.</h1> @stop