@extends('app') @section('content')
@foreach($find as $f)
img
  • {{date('d.m.Y H:i',strtotime($f->created_at))}}

{{$f->title}}

{{$f->description}}

{{__('site.devaminioku')}}
@endforeach
@endsection