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