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

Task Assignee

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }}
Project {{ $content->project_nm }}
Assignor {{$content->assignor->name}}
Assignee {{$content->assignee->name}}
Title {{ $content->title }}
Script ID {{ $content->script_id }}
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js')