diff --git a/resources/views/layout/error.blade.php b/resources/views/layout/error.blade.php deleted file mode 100644 index 2eba0e3d..00000000 --- a/resources/views/layout/error.blade.php +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - {{ isset($page_title) ?: $app_name }} - - - - - @include('partials.stylesheet') - - @if($stylesheet = Setting::get('stylesheet')) - - @endif - - @include('partials.crowdin') - - - - -
- @yield('content') -
- -