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


All Informations Features
@foreach($informationfeats as $informationfeat) @endforeach
id. Feature Information Action
{{$informationfeat->id}} {{$informationfeat->name}} {{$informationfeat->information->name}} Delete Edit
@endsection @section('footerscript') @endsection