@extends('admin.layouts.master')
@section('content')
{{ __('Options') }} - {{ $pricing_plan->name }}
{{ __('SL') }} |
{{ __('Name') }} |
{{ __('Action') }} |
@php $i=0; @endphp
@foreach($options as $item)
@php $i++; @endphp
{{ $loop->iteration }} |
{{ $item->name }} |
|
@endforeach
@endsection