3runoDesign/setRobot

View on GitHub
resources/views/404.blade.php

Summary

Maintainability
A
0 mins
Test Coverage

@extends('layouts.app')

@section('content')
    <div class="alert -warning">
        {{ __('404 - Page Not Found', 'setrobot') }}
    </div>
    {!! get_search_form(false) !!}
@stop