{{ __('Discount') }}
{{ __('Tests') }}
{{-- @if (isset($contract)) @foreach ($contract['tests']->sortBy(function ($t) { return $t->priceable->name; }) as $test) @endforeach @else @foreach ($tests as $test) @endforeach @endif
{{ __('Name') }} {{ __('Price') }}
{{ $test['priceable']['name'] }}
{{ $test['name'] }}
--}} @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') }}
{{-- @if (isset($contract)) @foreach ($contract['packages'] ->sortBy(function ($t) { return $t->priceable->name; }) as $package) @endforeach @else @foreach ($packages as $package) @endforeach @endif
{{ __('Name') }} {{ __('Price') }}
{{ $package['priceable']['name'] }}
{{ $package['name'] }}
--}} @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)
  • @php $file_ext_arr = explode('.', $attach->filename); $file_ext = end($file_ext_arr); @endphp
    {{ $file_ext_arr[0] }} @endforeach @endif