@extends("admin.layouts.dashboard") @section("content")
@if ($errors->any()) @endif @if (session('success')) @endif @if (session('error')) @endif
{{ __('lang.post_content') }}
@if ($post['featured_photo'])
@endif
{{ __('lang.seo_settings') }}
@if ($seo['og_image'])
@endif
@csrf
@stop