@extends('backend.layouts.app') @section('title', localize('create_photo_post')) @push('css') @endpush @section('content') @include('backend.layouts.common.validation') @include('backend.layouts.common.message')
{{ localize('create_web_stories') }}
@can('read_post') {{ localize('web_stories') }} @endcan
@csrf @include('news::post.form')
@endsection @push('js') @endpush