@extends('layouts/basic') {{-- Page title --}} @section('title') System Unavailable @parent @stop {{-- Page content --}} @section('content')

System Unavailable

{!! json_decode(file_get_contents(storage_path('framework/down')), true)['message'] !!}

@stop