{{ __('Discount') }}
{{ __('Tests') }}
@foreach ($tests as $test) @endforeach @if (isset($contract)) @foreach ($contract['tests']->sortBy(function ($t) { return $t->priceable->name; }) as $test) @endforeach @endif {{-- @endif --}}
{{ __('Name') }} {{ __('Price') }}
{{ $test['name'] }} id }}>
{{ $test['priceable']['name'] }}
{{ __('Packages') }}
@foreach ($packages as $package) @endforeach @if (isset($contract)) @foreach ($contract['packages'] ->sortBy(function ($t) { return $t->priceable->name; }) as $package) @endforeach {{-- @else --}} @endif
{{ __('Name') }} {{ __('Price') }}
{{ $package['name'] }} id }}>
{{ $package['priceable']['name'] }}
    @if (isset($attachments)) @foreach ($attachments as $attach)
  • {{ $attach['file_name'] }} @endforeach @endif