@extends('layouts.app') @section('title', $post->title . ' - 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
@if($post->featured_image)
{{ $post->title }}
@endif

{{ $post->title }}

@if($post->category) {{ $post->category }} @endif @if($post->published_at) {{ $post->published_at->format('M d, Y') }} @endif
{!! nl2br(e($post->content)) !!}
@if($post->tags)
Tags: @foreach(explode(',', $post->tags) as $tag) {{ trim($tag) }} @endforeach
@endif
@endsection