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

Quick Links

@if (!empty($quickLinks)) @foreach ($quickLinks as $quick_link) @endforeach @endif
@endsection