@extends('web.layouts.layout') @section('container_content')

Available Loops

Monthly Share Limit
Multiples of 100 only.
* Only Multiply 100 numbers up to 3000 SAR
Cycle Period
    @for($i = 1; $i <= 12; $i++)
  • {{ date("M", mktime(0, 0, 0, $i, 1)) }}
  • @endfor
@endsection @section('container_modals') @endsection @section('container_js') @endsection