@extends('layouts.site') @section('meta_tags') {{ config('app.name', 'New Life') }} | {{ app()->getLocale()=='ar' ? $blog->title : $blog->title_en }} @endsection @section('content')
{{--
{{$blog->title}}
--}}
{{app()->getLocale()=='ar' ? $blog->title : $blog->title_en}}

{{ app()->getLocale()=='ar' ? $blog->title : $blog->title_en}}

{{$blog->created_at->format('d F Y')}}
{!! app()->getLocale()=='ar' ? $blog->description : $blog->description_en !!}
{{--

{{ trans('home.share') }}

--}} {{--
--}} {{--
    --}} {{--
  • --}} {{--
  • --}} {{--
  • --}} {{--
--}} {{--
--}}
@endsection @section('scriptSection') @endsection