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