@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) {{ $quick_link->name }} @endforeach @endif @endsection
Quick Links