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