@extends('layouts.app') @section('title') {{$page->title}} @endsection @section('body')
@foreach($images as $img)
{{date('d F Y',strtotime($img->date))}}

{{$img->title}}

@endforeach
@endsection