@extends('admin.layouts.master-soyuz') @section('title','Create a new plan | ') @section('body') ​ @component('admin.component.breadcumb',['thirdactive' => 'active']) ​ @slot('heading') {{ __('Plan') }} @endslot ​ @slot('menu2') {{ __("Add plan") }} @endslot @slot('button')
{{ __("Back")}}
@endslot ​ @endcomponent
@if ($errors->any()) @endif ​ ​
{{ __('Add Plan') }}
@csrf
{{ $defaultCurrency->symbol }}
@error('detail') {{ $message }} @enderror
Validity of your plan in numbers eg: 1 month, year, week day


@endsection