@extends('mrp') @section('title', $page_title) @section('content')
@csrf
@error('import_file') {{ $message }} @enderror
{{--

Import data from excel

@csrf
@error('import_file') {{ $message }} @enderror
--}}

{{$page_title}}

Back
@if (auth()->user()->can('bom-create'))
Add New
@endif
@if(Session::has('message')) @endif
@foreach ($boms as $bom) @if (auth()->user()->can('bom-delete')) @endif @endforeach
No Bom Code Bom Name Material Description Action
{{$loop->iteration}} {{$bom->bom_code}} {{$bom->bom_name}} {{$bom->description}}
@if (auth()->user()->can('bom-edit')) @endif @if (auth()->user()->can('bom-delete')) @endif
@endsection @push('css') @endpush @push('js') @endpush