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