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


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