@extends('Layout.app') @section('title', "Home") @section('content')
@foreach($image as $img)

{{$img->title}}

@endforeach
@endsection