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

Image List

Add New Image
@foreach ($images as $image)
@endforeach
@endsection