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