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