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