@extends('layouts.app') @section('title', 'Blog - Kdot Web Tech') @section('header-class', 'header-transparent has-border-bottom has-sticky-bg') @section('content')
Software Programming
image
UI/UX Design
image
Development Agency
image
Web Development
image
Innovative Ideas
image
Programming
image
App Development
image
@forelse($blogPosts as $post) @empty

No blog posts available at this time.

@endforelse @if($blogPosts->hasPages())
@endif
@endsection