@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.subscription.edit_subscription') !!}
{!! Form::model($package,['route' => ['dashboard.package.update',$package->id] , 'method' => 'PUT' , 'files' => true ,'class' => 'steps-validation wizard-circle','data-locale' => app()->getLocale() ]) !!} @include('dashboard.package.form',['current' => trans('dashboard.package.edit_subscription')]) {!! Form::close() !!}
@endsection