@extends('resource.show') @php $links['back'] = guard_url('vote/vote'); $links['edit'] = guard_url('vote/vote') . '/' . $vote->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('vote::vote.title.main') !!} @stop @section('sub.title') {!! __('vote::vote.title.show') !!} @stop @section('breadcrumb')