Вход Регистрация
Файл: resources/views/admin/votes/edit.blade.php
Строк: 16
<?php
@extends('layout')

@
section('title'__('votes.edit_vote'))

@
section('breadcrumb')
    <
nav>
        <
ol class="breadcrumb">
            <
li class="breadcrumb-item"><a href="/"><class="fas fa-home"></i></a></li>
            <
li class="breadcrumb-item"><a href="/admin">{{ __('index.panel') }}</a></li>
            <
li class="breadcrumb-item"><a href="/admin/votes">{{ __('index.votes') }}</a></li>
            <
li class="breadcrumb-item"><a href="/votes/{{ $vote->id }}">{{ $vote->title }}</a></li>
            <
li class="breadcrumb-item active">{{ __('votes.edit_vote') }}</li>
        </
ol>
    </
nav>
@
stop

@section('content')
    @include(
'votes/_form')

    <
class="text-muted fst-italic">{{ __('votes.hint_text') }}</p>
@
stop
?>
Онлайн: 0
Реклама