@extends('layouts.panel') @section('page_title')

بخش بکاپ

@endsection @section('custom_css') @endsection @section('content')
@csrf
@if($errors->has('email')) @endif
@if($errors->has('period')) @endif
@foreach($subscribtions as $i=>$subscribtion) @endforeach
ردیف ایمیل دوره
{{$i+1}} {{$subscribtion->email}} {{$subscribtion->period_str}}
@endsection