@extends('layouts.master', ['page_title' => 'Reworks', 'page_sub_title' => 'Defects Heat Map' ]) @section('content') @component('components.card_main', [ 'title' => 'Defects', 'description' => 'Here you can see a defects heatmap of the selected part number' ]) @slot( 'body' )
@component('components.button', ['type'=>'search','submit'=>true])@endcomponent
@endslot @slot('after_body') @endslot @endcomponent @endsection @section('app-scripts') @endsection