@extends("binshopsblog_admin.layouts.admin_layout") @section("content")
Admin - Editing post @if($post_translation->slug) View post @endif

To apply changes, click save changes for each language.

@csrf @include("binshopsblog_admin.posts.form", [ 'post' => $post, 'post_translation' => $post_translation ])
@endsection