@extends('vendor.site-bases.website.layouts.master') @section('title', $blog->title) @section('desc', strip_tags($blog->description)) @section('page_title', trans('title.blogs')) @section('img', asset($blog->image)) @section('breadcrumbs') {!! Breadcrumbs::render('blogs_in', $blog) !!} @endsection @section('content')

{{ $blog->title }} @if (auth()->check() && auth()->user()->is_admin) @endif

{{ strftime('%e %B', strtotime($blog->published_at)) }}
{{ $blog->title }}
{!! $blog->description_min !!}
{!! $blog->description !!}
@endsection @if (!app()->environment('local')) @section('scripts') @endsection @endif