@extends('components.app') @section('styles') @endsection @section('title') Edit Subscription @endsection @section('content')
{{--

Add User

--}}
Placeholder 32x32

Edit Subscription

dashboard > Manage Subscription > edit new Subscription
@csrf
@error('user') {{ $message }} @enderror
@error('from') {{ $message }} @enderror
@error('to') {{ $message }} @enderror
Cancel
@endsection @section('scripts') @endsection