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