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

Kargolar |

@if(session()->has('mesaj_tur'))
{{ session('mesaj') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach($kargolar as $kargo) @endforeach
Gönderilen Firma Gönderen Personel Kargo Firması Durum Gidiş Tarihi Dönüş Tarihi İşlem
{{ $kargo->gonderilen_firma }} {{ $kargo->gonderen_personel }} {{ $kargo->kargo_firmasi }} {{ date('d-m-Y H:i',strtotime($kargo->gonderilme_tarihi)) }} {{ date('d-m-Y H:i',strtotime($kargo->gelen_tarih)) }}
Gönderilen Firma Gönderen Personel Kargo Firması Durum Gidiş Tarihi Dönüş Tarihi İşlem
@endsection @section('footer') @endsection