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

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

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

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