@extends ('backend.layouts.app') @section ('title', __('pointcollector::labels.backend.pointcollector.management') . ' | ' . __('pointcollector::labels.backend.pointcollector.edit')) @section('breadcrumb-links') @include('pointcollector::includes.breadcrumb-links') @endsection @push('after-styles') @endpush @section('content') {{ html()->modelForm($pointCollectorId, 'PATCH', route('admin.pointcollector.change-secretcode.post', $pointCollectorId))->class('form-horizontal')->open() }}