@extends('custom_errors.master') @section('title', '401 - Unauthorized') @section('css') body { background: url('{{ asset("assets/img/errors/401.svg") }}') no-repeat center center fixed; background-size: center cover; height: 100vh; margin: 0; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; } @endsection @section('content') @endsection