@extends('layouts.master') @section('title',trans('app.add_chance')) @section('content')

{{trans('app.add_chance')}}

@if (!session('status')) {{-- @if(fauth()->user()->can_buy) @if(mypoints()>option('rules_add_chances',0))--}}
{{csrf_field()}}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
  • {{trans("services::points.rules_add_chances")}} ({{option('rules_add_chances',0)}}) {{trans('app.point')}}

{{trans('app.add_file')}}

{{trans('app.units.units')}}

{{-- @else
{{ trans('app.bankrupt') }} {{trans('app.recharge')}}
@endif @else
{{trans('app.you_cannot_add_chance')}}
@endif--}} @else
{!! session('status') !!}
@endif
@push('scripts') @endpush @endsection