@extends('layouts.master')
@section('title',"Bakım Raporları")
@section('content')
@section('head')
@endsection
@if(session()->has('mesaj_tur'))
{{ session('mesaj') }}
@endif
# |
Personel Cihaz Adı |
Departman |
Oluşturulma tarihi |
İşlem |
@foreach($raporlar as $rapor)
{{$rapor->id}} |
{{$rapor->personel}} |
{{$rapor->departman}} |
{{$rapor->olusturulma_tarihi}} |
|
@endforeach
# |
Personel Cihaz Adı |
Departman |
Oluşturulma tarihi |
İşlem |
@endsection
@section('footer')
@endsection