@extends('dashboard._theme_dashboard') @section('content')
Histórico de pontos
@foreach($client_history as $history) @if($history->history_partner) @else @endif @endforeach
Data
Descrição
Valor
Pontos
Indicar parceiro?
{{date("d/m/Y", strtotime($history->sale_emission))}} {{$history->history_description}} R$ {{number_format($history->sale_value, 2, ",", ".")}} {{$history->history_points}} Pontos Indicar
@csrf @endsection @section('customJS') @endsection