@extends('admin.layout') @section('content')
{{ __('Edit Post') }}
{{ __('Back') }}
    @csrf

    image
    {{ __('Choose Image') }}

    {{ __('The higher the serial number is, the later the blog will be shown.') }}

    @foreach ($languages as $language) @php $blogData = $language->blogData; @endphp
    @php $categories = $language->categories; @endphp
    @endforeach
    @endsection @section('script') @endsection