@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 }}
@php $vLinks = []; if($content->reassign_to > 0 or Auth::user()->id == $content->createdby){ $vLinks = json_decode($content->video_links); } @endphp
reassign_to == 0) style="display:none;" @endif>
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js')