@extends('layouts.app') @section('content')
@if($workOrder->asset->group !== null)
Name: {{$workOrder->asset->group->pcgroupname}}
@endif
TODO 2
Customer Notes
values() }}' authusername="{{Auth::user()->username}}" :note-type="0" :woid="{{$workOrder->woid}}">
Private/Billing Notes
values() }}' authusername="{{Auth::user()->username}}" :note-type="1" :woid="{{$workOrder->woid}}">
@endsection