@extends( ($theme =="white") ? 'layouts.public_white': ( ($theme =="red") ? 'layouts.public_red': (($theme =="green") ? 'layouts.public_green': (($theme =="black") ? 'layouts.public_black': (($theme =="blue") ?'layouts.public_blue':'layouts.public_yellow' )))) ) @section('content')

{{ __('knowledge Base') }}

{{__($articles->title) }}

{{ __('Posted') }} {{\Carbon\Carbon::parse($articles->created_at)->diffForHumans()}}| {{ __('Updated') }} {{\Carbon\Carbon::parse($articles->updated_at)->diffForHumans()}}
{!! __($articles->description) !!}

{{ __('Related Articles') }}

@endsection