@extends('admin.layouts.master') @section('title','Edit Plan: '.$plan->name.' | ') @section('body')
@component('components.box',['border' => 'with-border']) @slot('header')
{{ __("Create a new plan")}}
{{__("Back")}} @endslot @slot('boxBody')
@csrf @method("PUT")
{{ $defaultCurrency->symbol }}
Validity of your plan in numbers eg: 1 month, year, week day


@endslot @endcomponent
@endsection