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