@extends('layouts.app') @include('layouts.footer') @section('content') @if($photos != null)

{{ $group->name }}

{{ $group->created_at }}

@else

{{ $group->name }}

{{ date('d-m-Y' , strtotime($group->created_at)) }}

@endif
@if($files != null)

Resultados

@endif
@forelse($photos as $key => $photo) @empty
Sem fotos para apresentar
@endforelse
@endsection