@extends('admin.admin-layout') @section('content')

Instagram Feeds

@forelse($feeds as $index => $feed) @empty @endforelse
# Embedded Post Date Added Action
#
{!! $feed->embed_link !!}
{{ $feed->created_at->format('d M Y, h:i A') }}
@csrf @method('DELETE')
No Instagram feeds found.
@endsection