Akaunting/resources/views/layouts/maintenance.blade.php

8 lines
134 B
PHP

<html lang="{{ app()->getLocale() }}">
@include('partials.maintenance.head')
@include('partials.maintenance.body')
</html>