@extends('occurrences.master') @section('content')
| DATA | OCORRÊNCIA | LOCAL | AÇÕES | @if ($occurrences) @foreach($occurrences as $occurrence)
|---|---|---|---|
| {{ date("d/m/Y H:i:s", strtotime($occurrence->created_at)) }} | {{ $occurrence->occurrence }} | {{ $occurrence->local }} |