@extends('layouts.app') @section('title','Blog — JobPortal') @section('content')

Blog

@if($blogs->count())
{{ $blogs->links() }}
@else
📝

No Articles Yet

Check back soon for career tips and insights.

@endif
@endsection