@extends('layouts.app') @section('title', $portfolio->title . ' - Portfolio - Kdot Web Tech') @section('header-class', 'header-transparent has-border-bottom has-sticky-bg') @section('content')
{{ $portfolio->description }}
{{ $portfolio->content }}
@endif