@extends('backend.layouts.app') @section('title', localize('update_photo_post')) @push('css') @endpush @section('content') @include('backend.layouts.common.validation') @include('backend.layouts.common.message')
{{ localize('update_photo_post') }}
@csrf @method('patch') @include('news::post.form')
@endsection @push('js') @endpush