@extends('user.layout') @if(!empty($input->language) && $input->language->rtl == 1) @section('styles') @endsection @endif @section('content')
{{__('Edit Input')}}
{{csrf_field()}}

@if ($input->type != 3 && $input->type != 5)

@endif @if ($input->type == 2 || $input->type == 3)

@endif
@endsection @section('vuescripts') @endsection