@extends('layouts.master')
@section('title', $blog->title . ' | Myraluxa Aesthetic Pvt Ltd')
@section('content')
@if($blog->image)
 }})
@else
 }})
@endif
{{ $blog->title }}
- Admin
- {{ $blog->created_at->format('d M Y') }}
- {{ rand(200,1000) }} Views
{{-- Optional fake count --}}
{!! $blog->content !!}
@endsection