@extends('panel.layout.app') @section('title', __('Add or Edit Post')) @section('additional_css') @endsection @section('content')
{{$blog!=null ? $blog->title : __('preview')}}

{{__('SEO')}}

@endsection @section('script') @endsection