@extends('layout/template') @section('content')
@foreach($images as $image)
{{ $image->filename }}
@endforeach
@endsection @section('js') @endsection