@extends('layouts.master') @section('title',"Malzeme Onay Formları") @section('content') @section('head') @endsection

Malzeme Onay Formları |

@if(session()->has('mesaj_tur'))
{{ session('mesaj') }}
@endif
@foreach($malzemeler as $malzeme) @endforeach
# Departman Personel Onay Tarihi İşlem
{{$malzeme->id}} {{$malzeme->departman}} {{$malzeme->personel}} {{$malzeme->olusturulma_tarihi}}
# Departman Personel Onay Tarihi İşlem
@endsection @section('footer') @endsection