@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content') @if ($errors->any())
Whoops! There were some problems with your input.

@endif

IFTA Settings

Quarters

@if($ifta_reports_quarters->count()>0) @foreach ($ifta_reports_quarters as $report) @endforeach @endif
From To Quarter Delete
{{$report->from->format('d/m/Y')}} {{$report->to->format('d/m/Y')}} {{$report->quarter}} Delete


Add new quarter

@csrf
From To: Quarter:
@endsection