@extends('admin.app') @section('content')
@if(isset($invoices) && $invoices) @foreach($invoices as $k => $order) @endforeach @endif
# Sipariş No. Müşteri Adı Eklenme Tarihi Aksiyon
{{$order->invoice_prefix}}{{$order->invoice_number}} {{$order->order_id}} {{$order->name}} {{date('d-m-Y H:i:s',strtotime($order->created_at))}}
@if(!$order->invoice_number) @else @endif
{{$invoices->links()}}
@endsection @section('css') @endsection @section('js') @endsection