@extends('layouts.backend') @php $staus = [1 =>'Pending',2=>'Close']; @endphp @section('mainContentArea')
@csrf

{{ !empty($task) ? 'Edit Task FollowUp' : 'Add Task FollowUp'}}

back
@if ($errors->has('remarks')) {{ $errors->first('remarks') }} @endif
@if($task->taskInfo->from_user_id === auth()->user()->id)
@else @endif
Close
@endsection @section('extraJs') @endsection