invoiceninja/app/views/error.blade.php

7 lines
61 B
PHP
Executable File

@extends('header')
@section('content')
{{ $error }}
@stop