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


@endsection