@extends('mrp') @section('title', $page_title) @section('content')
@if (auth()->user()->can('report_forcast-list'))
Report Forecast
@endif @if (auth()->user()->can('report_planning_production-list'))
Report Planning Production
@endif @if (auth()->user()->can('report_production-list'))
Report Production
@endif @if (auth()->user()->can('report_wip-list'))
Report Wip
@endif @if (auth()->user()->can('report_bom-list'))
Report Bom
@endif
Report Inventory
@if (auth()->user()->can('report_delivery-index'))
Report Delivery
@endif
@endsection @push('css') @endpush @push('js') {{-- SEARCH --}} @endpush