@extends('layouts.admin') @section('content')

Table > Download

Add New

Download

@foreach ($downloads as $download) @endforeach
Name Logo Created At Action
{{$download->title }} {{ $download->created_at->format('d/m/Y') }}
{{ csrf_field() }}
{{ $downloads->links() }}
@endsection