@extends('backend.layouts.app') @section('content')

{{ translate('Edit Lens') }}

@csrf
{{ translate('Lens Information') }}
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{ translate('Click "Add Color" to add multiple colors') }}
{{ translate('Lower numbers appear first') }}

{{ translate('Select Lens Features') }} 0 selected
@foreach ($features as $feature)
@endforeach
@endsection @section('script') @endsection