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

Tarjous {{ $offer->offer_number }}

Status: {{ $offer->status }}
Asiakas: {{ $offer->company->name }}
Yhteyshenkil?: {{ $offer->contactPerson->name ?? '-' }}
Total: {{ $offer->grand_total }}
@csrf
@csrf
@csrf
@csrf

Rivit

@foreach($offer->items as $item)
{{ $item->title }} - {{ $item->line_total }}
@endforeach
@endsection