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