@extends('adminlte::page') @section('title', 'Edit Plan') @section('content_header')

Edit Subscription Plan

@stop @section('content')
@csrf @method('PUT')
is_active ? 'checked' : '' }}>

@stop