@extends('layouts.imagestemplate') @section('styles') @endsection @section('content')
@forelse($images as $image) @empty Add Images with form below. @endforelse
@csrf @if (session('success'))
{!! session('success') !!}
@endif @if (session('status'))
{!! session('status') !!}
@endif
{{ old('image') }} @if ($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection @section('javascript') @endsection