@extends('frontend.layouts.partials.app') @section('title', 'Financial Overview') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content')

Financial Overview

@foreach ($downloadCategories as $downloadCategory) @php $tabId = 'download-' . $downloadCategory->id; @endphp @endforeach
@endsection @push('styles') @endpush @push('scripts') @endpush