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

Proyecto Test Three

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