@extends('layouts.app') @section('content')
@if($workOrder->asset->group !== null)
Name: {{$workOrder->asset->group->pcgroupname}}
@endif
TODO 2
Customer Notes
Private/Billing Notes
@endsection