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