@extends('admin.layouts.master') @section('content')

{{ __('Feature Two - Items') }}

@csrf

{{ __('Elements') }}

@foreach($feature_two_item_elements as $item) @endforeach
{{ __('Name') }} {{ __('Action') }}
{{ $item->name }}
@endsection