@extends('layouts.admin') @section('title', 'Tax Report') @section('page-title', 'Tax Report') @section('header-actions') download Export CSV @endsection @section('content')
Period: {{ \Carbon\Carbon::parse($report['date_from'])->format('M d, Y') }} to {{ \Carbon\Carbon::parse($report['date_to'])->format('M d, Y') }}