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

Kargo Bilgileri

@if(session()->has('mesaj_tur'))
{{ session('mesaj') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@php $date = new DateTime(); // Date object using current date and time $dt= $date->format('d-m-Y\TH:i:s'); @endphp
@endsection @section('footer') @endsection