1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/app/views/error.blade.php
2013-12-31 21:49:54 +02:00

7 lines
61 B
PHP
Executable File

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