mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 14:42:42 +01:00
22 lines
297 B
PHP
22 lines
297 B
PHP
@extends('portal.default.layouts.master')
|
|
@section('header')
|
|
|
|
@stop
|
|
@section('body')
|
|
<main class="main">
|
|
<div class="container-fluid">
|
|
<div class="row" style="padding-top: 30px;">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
@endsection
|
|
@push('scripts')
|
|
|
|
@endpush
|
|
@section('footer')
|
|
@endsection
|
|
|