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