@extends('adminlte::page') @section('title', ' Content') @section('content_header')

Edit Content Task

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }}
task_status != 2) style="display:none;" @endif>
task_status == 0) style="display:none;" @endif>
task_status == 0) style="margin-top: 10px; font-weight: bold;display:none;" @else style="margin-top: 10px; font-weight: bold;" @endif >
task_status == 0) style="display:none;" @endif>
task_status == 2) checked @endif>
task_status == 3) checked @endif>
task_status == 2 and $content->published_url == null) style="display:none;" @endif>
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop