@extends('end-user.layouts.app') @section('content')
@foreach ($car->getReportsWithOptions() as $subReport)

{{ $subReport['name'] }}

@foreach ($subReport['options'] as $option) @endforeach
@endforeach
@endsection