{{ $post->name }}
{{--
{{ $post->short_content }}
--}}@extends('frontend.layouts.mobile') @section('title', 'Blog - ' . app_name()) @php $url = URL::current(); @endphp @push('head-area') @endpush @section('content')
{{ $post->short_content }}
--}}