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