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