{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@foreach ($data as $row)
Version {{ $row['version'] }}

{{ $row['created_at'] }}

@endforeach
@endsection