@extends('admin.layout.app') @section('title', 'Edit Level') @section('content')

Edit Price for {{ $plan->duration }}-Month Plan

@csrf @method('PUT')
@error('price')
{{ $message }}
@enderror
Back
@endsection