@extends('admin.layout') @section('title', 'Nuevo Plan API') @section('page-title', 'Yeni API Planı') @section('content')
@csrf @include('admin.api-platform.plans._form', ['plan' => null])
İptal
@endsection