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

{{ translate('Add New Lens') }}

@csrf
{{ translate('Lens Information') }}
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{ translate('Click "Add Color" to add multiple colors') }}
{{ translate('Lower numbers appear first. Leave blank for auto-assignment.') }}

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