@extends('layouts.app') @section('content')
@foreach($imageData as $img)
@endforeach
@csrf
@endsection