@extends('layouts.master')
@section('content')
{{ trans('reports.Admin') }}
| {{ trans('reports.Partner') }} |
{{ trans('tournament.Total Entry Fee') }} |
{{ trans('tournament.Total Buy-In') }} |
{{ trans('tournament.Total ReBuy-In') }} |
{{ trans('tournament.Total Rebuy-In-Entry Fee') }} |
{{ trans('tournament.Total Addon') }} |
{{ trans('tournament.Total Addon Entry Fee') }} |
{{ trans('tournament.Total Wins') }} |
{{ trans('tournament.Net') }} |
{{ trans('reports.Partner') }}
| {{ trans('reports.Partner') }} |
{{ trans('tournament.Total Entry Fee') }} |
{{ trans('tournament.Total Buy-In') }} |
{{ trans('tournament.Total ReBuy-In') }} |
{{ trans('tournament.Total Rebuy-In-Entry Fee') }} |
{{ trans('tournament.Total Addon') }} |
{{ trans('tournament.Total Addon Entry Fee') }} |
{{ trans('tournament.Total Wins') }} |
{{ trans('tournament.Net') }} |
| {{ trans('tournament.Tournament Name') }} |
{{ trans('tournament.Total Entry Fee') }} |
{{ trans('tournament.Total Buy-In') }} |
{{ trans('tournament.Total Wins') }} |
{{ trans('tournament.Net')}} |
| {{ trans('tournament.Player Name') }} |
{{ trans('tournament.Total Entry Fee') }} |
{{ trans('tournament.Total Buy-In') }} |
{{ trans('tournament.Total Wins') }} |
{{ trans('tournament.Net')}} |
@endsection
@section('javascript')
@include('datatablejs')
@stop