@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}}

@if(Session::has('message')) @endif
@foreach ($materials as $material) @endforeach
No Material Code Part Name Part Number Unit Supplier Action
{{$loop->iteration}} {{$material->material_code ?? 'N/A'}} {{$material->material_name ?? 'N/A'}} {{$material->part_number ?? 'N/A'}} {{$material->unit->unit_name ?? 'N/A'}} {{$material->supplier->supplier_name ?? 'N/A'}}
@endsection @push('css') @endpush @push('js') @endpush