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