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