Add breadcrumbs to admin project service translate view
- Introduce breadcrumbs for improved navigation on the service translate view. - Adjust heading structure and reorganize translation form layout.
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
@section('meta_title', __('admin-sections.Setting up automatic translation') . '. ' . __('admin-sections.Project') . ': ' . $project->name)
|
||||
@section('h1', __('admin-sections.Setting up automatic translation') . '. ' . __('admin-sections.Project') . ': ' . $project->name)
|
||||
@section('h1', __('admin-sections.Project') . ': ' . $project->name)
|
||||
@section('breadcrumbs', Breadcrumbs::render('admin.projects.service-translate.view', $project))
|
||||
<x-admin.layout>
|
||||
<div class="row">
|
||||
<div class="col-12 mb-4">
|
||||
<div class="card border-0 shadow components-section">
|
||||
<div class="card-body">
|
||||
<h3 id="category" class="mb-4">{{ __('admin-sections.Setting up automatic translation') }}</h3>
|
||||
<form method="post" action="{{ route('admin.projects.service-translate.update', ['project' => $project->id]) }}">
|
||||
@csrf
|
||||
<div class="table-responsive">
|
||||
|
||||
Reference in New Issue
Block a user