@extends('admin.layout') @section('title', 'Endpoint Paketini Düzenle') @section('page-title', 'Endpoint Paketini Düzenle') @section('content')
@csrf @method('PUT') @include('admin.api-platform.endpoint-offers._form', ['offer' => $offer])
İptal
@endsection