@extends('layouts.app') @section('content')

{{ $subService->name }} Task



{{ $subService->name }} Tasks

@forelse($services as $key=>$task) @empty @endforelse
# Name Cost(N) Visibility
{{ $key + 1 }} {{ $task->_fieldsProto->name->stringValue }} {{ $task->_fieldsProto->cost->integerValue == 0 ? '-' : $task->_fieldsProto->cost->integerValue }}
@endsection