@extends('layouts.admin') @section('content') Date Actions @foreach($blockedDates as $date) {{ date('d/m/Y', strtotime($date->date)) }} Edit @csrf @method('delete') Delete @endforeach @endsection