@extends('layouts.master', ['page_title' => 'Reworks', 'page_sub_title' => 'History', 'plugins' => ['datatables' => true]]) @section('content') @component('components.card_main', [ 'title' => 'History', 'description' => 'Here you can see all reworks.' ]) @slot( 'body' )
@component('components.button', ['type'=>'search', 'submit' => true])@endcomponent
@component('components.button', ['type'=>'download'])@endcomponent
@endslot @slot('after_body') @component('components.datatable') @slot('thead') ID Rework Piece ID Employee ID Weld Zone Defect Part Number Line Work Shift Work Shift Lead ID Facility Created At @endslot @slot('tfoot') ID Rework Piece ID Employee ID Weld Zone Defect Part Number Line Work Shift Work Shift Lead ID Facility Created At @endslot @endcomponent @endslot @endcomponent @endsection @section('app-scripts') @endsection