@extends('backend.layouts.app') @section('page-title', trans('app.bonus')) @section('page-heading', trans('app.bonus')) @section('content')
@include('backend.partials.messages')

@lang('app.bonus')

@if (count($bonus)) @foreach ($bonus as $item) @include('backend.bonus.item') @endforeach @else @endif
@lang('app.id') @lang('app.name') @lang('app.type') Valid From Valid Until Days Min Deposit Max Deposit Match Win Code Wagering @lang('app.active')
@lang('app.no_data')
@lang('app.id') @lang('app.name') @lang('app.type') Valid From Valid Until Days Min Deposit Max Deposit Match Win Code Wagering @lang('app.active')
@stop @section('scripts') @stop