Skip to content

Commit

Permalink
add empty view
Browse files Browse the repository at this point in the history
  • Loading branch information
MimisK13 committed Nov 5, 2023
1 parent 13e07c7 commit ced7a86
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions stubs/default/resources/views/empty.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
@extends('layouts.tabler')

@push('page-styles')
{{--- ---}}
@endpush


@section('content')
<div class="page-header d-print-none">
<div class="container-xl">
<div class="row g-2 align-items-center">
<div class="col">
<h2 class="page-title">
{{ __('Empty page') }}
</h2>
</div>
</div>
</div>
</div>

<div class="page-body">
<div class="container-xl">
<x-alert/>

{{--- ---}}
</div>
</div>
@endsection


@push('page-scripts')
{{--- ---}}
@endpush

0 comments on commit ced7a86

Please sign in to comment.