@extends('admin.layouts.master') @section('page-title') عرض حزم النقاط @endsection @push('main-point_packages-active') m-menu__item--active @endpush @section('content')

عرض حزم النقاط

@csrf @method('PUT')

تعديل بيانات حزمة

@if (session('Done')) @endif @if (session('ERROR')) @endif @if ($errors->any()) @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
نقطة
@if ($errors->has('points_amount')) {{ $errors->first('points_amount') }} @endif
ريال سعودي
@if ($errors->has('money_amount')) {{ $errors->first('money_amount') }} @endif

عرض حزم النقاط الأخرى

@foreach($point_packages as $point_package) @endforeach
# اسم الحزمة عدد النقاط المستخدمة المبلغ المحول
{{ $loop->index + 1 }} {{ $point_package['name'] }} {{ $point_package['points_amount'] }} نقطة {{ $point_package['money_amount'] }} ريال سعودي
@stop @push('page_level_style') @endpush @push('page_level_script') @endpush