@extends('adminlte::page') @section('title', 'SEO Task Manager') @section('content_header')

Edit SEO Assign Task

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }}
assign_for != 1) style="display:none;" @endif>
assign_for != 3) style="display:none;" @endif>
@if(!empty($self_task->attached_doc)) @endif
assign_for != 4) style="display:none;" @endif>
@if(!empty($self_task->attached_doc)) @endif
assign_for != 5) style="display:none;" @endif>
@if(!empty($self_task->attached_doc)) @endif
@if($self_task->assign_to == Auth::id() or $role == 3 or $role == 1)
@endif
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop