Add breadcrumbs to admin project languages and edit views
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@section('meta_title', __('admin-sections.Project') . ': ' . $project->name)
|
||||
@section('h1', __('admin-sections.Project') . ': ' . $project->name)
|
||||
@section('breadcrumbs', Breadcrumbs::render('admin.projects.about.edit', $project, $language))
|
||||
<x-admin.layout>
|
||||
<div class="row">
|
||||
<div class="col-12 mb-4">
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@section('meta_title', __('admin-sections.Project') . ': ' . $project->name)
|
||||
@section('h1', __('admin-sections.Project') . ': ' . $project->name)
|
||||
@section('breadcrumbs', Breadcrumbs::render('admin.projects.about.languages', $project))
|
||||
@php
|
||||
$contents = $project->contents;
|
||||
@endphp
|
||||
|
||||
Reference in New Issue
Block a user