@extends('layouts.default') {{-- Page title --}} @section('title') Proyecto Tests @parent @stop @section('content')

Proyecto Test

@include('flash::message')
@include('proyecto_tests.show_fields')
Back
@endsection