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