@extends('backend.layouts.master') @section('title', __('static.plan.edit')) @section('content')
{{ __('static.plan.edit') }}
@csrf @method('PUT') @includeIf('subscription::fields')
@endsection