@extends('layouts.master', [
'plugins' => ['datatables' => true]
])
@section('content')
@component('components.card_main', [
'title' => 'Suppliers APQP Projects Overview',
'description' => "Here you can add, edit or remove APQP's projects."
])
@slot('body')
@endslot
@slot('after_body')
@component('components.datatable')
@slot('thead')
|
Name |
Phase |
Part Number |
Submission Level |
Supplier Plant |
Progress |
Delivery Due |
Status |
Sub Plant |
Plant |
@endslot
@slot('tfoot')
|
Name |
Phase |
Part Number |
Submission Level |
Supplier Plant |
|
Delivery Due |
Status |
Sub Plant |
Plant |
@endslot
@endcomponent
@endslot
@endcomponent
@component('components.card_main', [
'title' => 'Chart',
'description' => "Here you can see the statistics of projects's documents."
])
@slot('body')
@endslot
@endcomponent
@endsection
@section('plugin-scripts')
@endsection
@section('app-scripts')
@endsection