@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = 'Payouts Report'; @endphp @include('admin.partials.page_header') @endsection @section('content')
{{-- Summary --}}
Resumen General
Total Nuevas
Total Pagadas

{{ __('No. ODP') }} {{ __('Date') }} {{ __('User') }} {{ __('Subtotal') }} {{ __('Tax') }} {{ __('Total') }} {{ __('Status') }}
{{ __('Totals') }}
@can('cambiar status pagada')
@endcan
@endsection