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

{{$work->work}}

{{__("Code")}}:

{{$work->code}}

{{__("Work")}}:

{{$work->work}}

{{__("Unit")}}:

{{$work->unit}}

{{__("Fixed")}}:

@if($work->fixed){{__("YES")}} @else {{__("NO")}} @endif

{{__("Price")}}:

{{$work->price}}

{{__("Price")}} ({{__("Subcontractor")}}):

{{$work->sub_price}}

{{__("Daily target")}} {{__("price")}}:

{{$work->target_price}}

{{__("Provider")}}:

{{$work->provider}}

@endsection