@extends('resource.show') @php $links['back'] = guard_url('busqueries/busqueries'); $links['edit'] = guard_url('busqueries/busqueries') . '/' . $busqueries->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('busqueries::busqueries.title.main') !!} @stop @section('sub.title') {!! __('busqueries::busqueries.title.show') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('busqueries::busqueries.name') !!}
  • {{ __('app.show') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('busqueries::busqueries.partial.show', ['mode' => 'show']) @stop