@extends('layouts.app') @section('content')
{{ _lang('Add New') }}
{{ _lang('Software Feature List') }} @php $language = get_option('language'); @endphp @foreach($features as $feature) @endforeach
{{ _lang('Title') }} {{ _lang('Content') }} {{ _lang('Action') }}
{{ get_array_data($feature->title, $language) }} {{ get_array_data($feature->content, $language) }}
@endsection