diff --git a/themes/default/errors/404.blade.php b/themes/default/errors/404.blade.php index 8e72fa00..7549540d 100644 --- a/themes/default/errors/404.blade.php +++ b/themes/default/errors/404.blade.php @@ -1,4 +1,4 @@ -@extends('layout.master') +@extends('errors::minimal') @section('title', __('Not Found')) @section('code', '404') diff --git a/themes/default/errors/500.blade.php b/themes/default/errors/500.blade.php index cf679821..d9e95d9b 100644 --- a/themes/default/errors/500.blade.php +++ b/themes/default/errors/500.blade.php @@ -3,4 +3,3 @@ @section('title', __('Server Error')) @section('code', '500') @section('message', __('Server Error')) -/themes/default/errors/500