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

8 lines
134 B
PHP
Raw Normal View History

2021-01-19 12:47:18 +03:00
<html lang="{{ app()->getLocale() }}">
@include('partials.maintenance.head')
@include('partials.maintenance.body')
</html>