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