@extends('app') @section('content')
@foreach($find as $f)
img

{{$f->getTranslatedAttribute('title',$lang,'en')}}

{{$f->getTranslatedAttribute('description',$lang,'en')}}

@endforeach
@endsection