@extends('layout.app') @section('title', 'Brand Performance Report') @push('header_script') @endpush @section('content')
Component Durability Analysis
{!! Form::select('product_id', ['' => '-- All Products --'] + $products, null, [ 'class' => 'form-control select2', 'id' => 'product_id', ]) !!}
# Brand Product Total Units Avg Lifespan (KM) Best Performance (KM) Worst Performance (KM) Avg Days on Vehicle
@endsection @push('footer_script') @endpush