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

Proyecto Tests

@include('flash::message')
Proyecto Tests
Add New
@include('proyecto_tests.table')
@include('adminlte-templates::common.paginate', ['records' => $proyectoTests])
@endsection