@extends("AdminSide.Layout") @section('content')
@csrf

ویرایش اطلاعات ثبت شده

@error('post_categories') {{ $message}} @enderror
@error('title') {{ $message}} @enderror
@error('slug') {{$message}} @enderror
@if($post_specification['symbol_image']!=null && $post_specification['directional']) @elseif($post_specification['symbol_image']!=null && !$post_specification['directional']) @else @endif @error('_symbol_image') {{$message}} @enderror
@error('study_length') {{ $message}} @enderror
@error('summary') {{ $message}} @enderror
@error('status') {{ $message}} @enderror
@error('comment_permission') {{ $message}} @enderror
حذف
@csrf
@csrf
فرم آپلود فايل فرم متن پيشرفته فرم متن ساده
@if(isset($post_content) && $post_content!='[]' && $post_content!='' && $post_content!=null) @foreach($post_content as $key=>$i) @if(isset($i['file_name']))
@csrf

فرم آپلود فایل / نمایش در جایگاه: {{$key+1}}

0%
بارگیری محتوا
@else @if($i['text_type']=='0')
@csrf

فرم متن ساده / نمایش در جایگاه: {{$key+1}}

{!! $i['text_content'] !!}
0%
@elseif($i['text_type']=='1')
@csrf

فرم متن پیشرفته / نمایش در جایگاه: {{$key+1}}

{!! $i['text_content'] !!}
0%
@endif @endif @endforeach @endif
@csrf
{{--
--}} {{--ذخیره--}} {{--
--}}
@endsection