@extends('admin.app') @section('content')
@if(isset($shippings) && $shippings) @foreach($shippings as $shipping) @endforeach
# Kargo Logo Kargo Adı Takip Url Varsayılan Durum Eklenme Tarihi Aksiyon
{{$shipping->id}} {{$shipping->shipping_name}} {{$shipping->shipping_url}} {{$shipping->default ? 'Evet' : 'Hayır'}} @if($shipping->status == 'active')@else @endif {{date('d-m-Y H:i:s',strtotime($shipping->created_at))}}
{{$shippings->links()}}
@foreach($shippings as $ship) @endforeach @endif
@endsection @section('css') @endsection @section('js') @endsection