@extends('layouts.app') @section('content3') @if (session('error'))
@endif

Live / Vídeos / Instagram

@if ($lives) @foreach ($lives as $i => $item) @endforeach @endif
Rede Social ID Video Título Media Type Data/Hora
{{ $item["id"] }} {!! isset($item['caption']) ? $item['caption'] : '-' !!} {!! isset($item['media_type']) ? $item['media_type'] : '-' !!} {!! \Carbon\Carbon::parse($item['timestamp'])->format("d/m/Y H:i:s") !!}
@push('scripts') @endpush @endsection