@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 {{ $downloadCategory->name }} @endforeach @endsection @push('styles') @endpush @push('scripts') @endpush