@extends('admin.layout') @section('title', 'API Planı Düzenle') @section('page-title', 'API Planı Düzenle: ' . $plan->code) @section('content')
@csrf @method('PUT') @include('admin.api-platform.plans._form', ['plan' => $plan])
İptal
@endsection