refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
27
resources/views/journal/index.blade.php
Normal file
27
resources/views/journal/index.blade.php
Normal file
@@ -0,0 +1,27 @@
|
||||
@extends('layouts.skeleton')
|
||||
|
||||
@section('content')
|
||||
|
||||
<div class="journal">
|
||||
|
||||
{{-- Breadcrumb --}}
|
||||
<section class="ph3 ph5-ns pv3 w-100 f6 bb b--gray-monica">
|
||||
<div class="mw9 center pa2">
|
||||
<ul>
|
||||
<li class="di">
|
||||
<a href="{{ route('dashboard.index') }}">{{ trans('app.breadcrumb_dashboard') }}</a>
|
||||
</li>
|
||||
<li class="di">
|
||||
> {{ trans('app.breadcrumb_journal') }}
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{-- Main section --}}
|
||||
<section class="ph3 ph5-ns pv3 cf w-100 bg-gray-monica">
|
||||
<journal-list></journal-list>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user