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