Commit ba471490 by Angello Torres

no message

parent bfac1602
<?php
@extends('layout')
@section('title', "Página no encontrada")
@section('content')
<h1>Página no encontrada</h1>
<p>
<a href="{{ route('users.index') }}">Regresar al listado de usurios</a>
</p>
@endsection
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment