@extends('app') @section('content')
@foreach($logs as $log) {{$log}} @endforeach
@endsection