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