@extends('admin.layouts.master') @section('contents')

{{__('Blog Details')}}

@if($blog->image)
{{$blog->title}}
@endif
{!! $blog->content_ar !!}
{!! $blog->content_en !!}
@if($blog->meta_title_ar || $blog->meta_title_en)
@endif
@if(auth()->user()->can('update_blogs')) @endif
@endsection