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

Edit SEO Self Task

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }}
@if($self_task->attached_doc != "" and $self_task->attached_doc != null) @endif
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop