@extends('layouts.master')
@section('title',"Bakım Raporları")
@section('content')
@section('head')
@endsection
@if(session()->has('mesaj_tur'))
{{ session('mesaj') }}
@endif
# |
Ad Soyad |
Departman |
Zimmet Tarihi |
İşlem |
@foreach($kullanicilar as $kullanici)
{{$kullanici->id}} |
{{$kullanici->adsoyad}} |
{{$kullanici->departman}} |
{{$kullanici->olusturulma_tarihi}} |
|
@endforeach
# |
Ad Soyad |
Departman |
Zimmet Tarihi |
İşlem |
@endsection
@section('footer')
@endsection