@extends('layouts.main') @section('content')

{{ c_trans('Twoje punkty') }}

{{ auth()->user()->coins }}

{{ c_trans('Twoje zamówienia') }}

@columnManagerHeader('client.orders.history.list') @if (count($orders)) @foreach ($orders as $order) @columnManagerLoop('client.orders.history.list', compact('order')) @endforeach @else @endif
{{ c_trans('Brak zamówień') }}
@endsection