All checks were successful
Deploy preview (main_watanabe) / deploy (push) Successful in 13s
10 lines
379 B
PHP
10 lines
379 B
PHP
@extends('layouts.general')
|
|
@section('content')
|
|
<main role="main" id="" class="">
|
|
<article id="main-content" class="news-detail container">
|
|
<header class="news-title mt50 mb30 text-center">
|
|
<h1 class="h3">ページが見つかりません<br />{{ $errors->first('error') }}</h1>
|
|
</header>
|
|
</article>
|
|
</main>
|
|
@endsection |