@extends('layouts.app') @section('title', 'Abonelik Düzenle') @section('content')
@csrf @method('PUT') @include('panel.subscriptions._form')
@push('scripts') @include('panel.subscriptions._total-price-script') @endpush @endsection