@extends('layouts.master') @section('title', $blog->title . ' | Myraluxa Aesthetic Pvt Ltd') @section('content')
@if($blog->image) Blog Image @else No Image @endif

{{ $blog->title }}

  • Admin
  • {{ $blog->created_at->format('d M Y') }}
  • {{ rand(200,1000) }} Views
  • {{-- Optional fake count --}}
{!! $blog->content !!}
@endsection