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