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

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

@endsection @section('scripts') @endsection