@extends('dashboard.master') @section('title', 'تعديل اشتراك ' . $subscription->store->name) @section('subscription-active', 'active') @section('content')
@csrf @method('PUT')
@endsection