@extends('frontend.layouts.master') @section('title', 'Blog & Insights | FBA UK LTD') @section('meta_description', 'Expert advice, guides and news to help you navigate your UK university journey with FBA UK LTD.') @section('meta_keywords', 'UK university blog, student finance guides, admissions advice') @section('canonical', route('blog')) @section('content') @include('frontend.partials.page-hero', [ 'currentPage' => 'Blog', 'title' => 'From Our Blog', 'subtitle' => 'Expert advice, guides, and news for your UK university journey.', ])

Blog articles

@forelse($blogs as $post)
@empty

No articles published yet.

@endforelse
{{ $blogs->links() }}
@endsection