@extends('backend.layout') @section('content')
{{ __('Edit Input') }}
{{ csrf_field() }}

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

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

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