{{ __('Edit Walk Through') }}

{{ Form::open(['id'=>'editWalkThroughForm','files' => 'true']) }} @method('put')
{{ Form::hidden('walk_through_id', null,['id' => 'walkThroughId']) }}
{{ Form::label('title', __('Title').(':'), ['class' => 'form-label']) }} {{ Form::text('title', null, ['id'=>'editWalkThroughTitle','class' => 'form-control','required','placeholder' => 'title']) }}
{{ Form::label('url', __('subtitle').(':'),['class' => 'form-label required']) }} {{ Form::text('subtitle', null, ['id'=>'editWalkThroughSubtitle','class' => 'form-control','placeholder' => 'Subtitle']) }}
{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ Form::label('status', __('Status').(':'),['class' => 'form-label']) }}--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
{{ Form::button(__('messages.common.save'), ['type' => 'submit','class' => 'btn btn-primary m-0','id' => 'editWalkThrough','data-loading-text' => " Processing..."]) }}
{{ Form::close() }}