@extends('layouts.main') @section('main-container')

@php $rowCount = 1; @endphp @foreach ($resources as $row) @endforeach
ID File Type Title Date Created Actions
{{ $rowCount++ }} {{ $row->file_type }} {{ $row->title }} {{ \Carbon\Carbon::parse($row->created_at)->format('m-d-Y') }}
@endsection