@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content') @if ($errors->any())
From | To | Quarter | Delete | @if($ifta_reports_quarters->count()>0) @foreach ($ifta_reports_quarters as $report)
---|---|---|---|
{{$report->from->format('d/m/Y')}} | {{$report->to->format('d/m/Y')}} | {{$report->quarter}} | Delete |