@extends('layouts.master') @section('title') Edit Material Request @endsection @section('page-title') Edit Material Request @endsection @section('body') @endsection @section('content')

Edit Material Request

@csrf @method('PUT')

Items

@foreach($materialRequest->items as $index => $item)
@endforeach
@foreach($productCategories as $category)
{{ $category->product_category_name }}
@endforeach
@endsection @section('scripts') @endsection