@extends('errors.layouts.error') @push('styles') @endpush @section('content')

@yield('codigoError')

@yield('titulo')

@yield('mensaje')

{{ config('app.name') }} {{\Carbon\Carbon::now()->format('Y')}}
@endsection @push('functions') @endpush