@extends('layouts.admin') @section('content')
{{ __('Edit Plan') }} {{ __('Back') }}
{{ __('Edit Plan Form') }}
@include('includes.admin.form-both') {{ csrf_field() }}

{{__('After mature, the user will get')}} : ({{$currency->name}})

@endsection @section('scripts') @endsection