@extends('layouts.admin') @section('content')

{{ __('Edit Pricing Plan') }}

@include('includes.admin.form-both')
@csrf @method('PUT')

Plan Title *

Price *

Features *

ফিচারগুলো কমা (,) দিয়ে লিখুন।

Order Link

is_featured == 1 ? 'checked' : '' }}>
@endsection