@extends('layouts.master')
@section('title',"Takipler")
@section('content')
@section('head')
@endsection
@if(session()->has('mesaj_tur'))
{{ session('mesaj') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Konum |
Barkod |
Sunucu Kodu |
Tür |
Marka |
Model |
Açıklama |
Oluşturulma Tarihi |
İşlem |
@foreach($takipler as $takip)
{{ $takip->konum }} |
{{ $takip->barkod }} |
{{ $takip->sunucu_kodu }} |
{{ $takip->tur }} |
{{ $takip->marka }} |
{{ $takip->model }} |
{!! $takip->aciklama !!} |
{{ date('d.m.Y H:i',strtotime($takip->olusturulma_tarihi))}} |
|
@endforeach
Konum |
Barkod |
Sunucu Kodu |
Tür |
Marka |
Model |
Açıklama |
Oluşturulma Tarihi |
İşlem |
@endsection
@section('footer')
@endsection