• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • views
  • errors
  • 500.blade.php
  • Dan Brown's avatar
    Tweaked page form header and added public uploads folder into repo · 105500e5
    105500e5
    Dan Brown authored 2016-02-07 10:21:09 +0000
500.blade.php 168 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
@extends('base')

@section('content')

    <div class="container">
        <h1 class="text-muted">An Error Occurred</h1>
        <p>{{ $message }}</p>
    </div>

@stop