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


@endslot @endcomponent
@endsection