@extends('dashboard.mobile._theme_dashboard') @section('content')
Histórico de pontos
    @foreach($client_history as $history)
  • {{date("d/m/Y", strtotime($history->sale_emission))}}
    {{$history->history_description}}
    R$ {{number_format($history->sale_value, 2, ",", ".")}}
    {{$history->history_points}} Pontos
    @if(!$history->history_partner) @endif
  • @endforeach
@csrf @endsection @section('customJS') @endsection