@extends('layouts.master') @section('title',"Takipler") @section('content') @section('head') @endsection

Takip Log Listesi |

@if(session()->has('mesaj_tur'))
{{ session('mesaj') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach($takipler as $takip) @endforeach
Konum Barkod Sunucu Kodu Tür Marka Model Açıklama Oluşturulma Tarihi
{{ $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))}}
Konum Barkod Sunucu Kodu Tür Marka Model Açıklama Oluşturulma Tarihi
@endsection @section('footer') @endsection