@extends('admin.layouts.master') @section('content')

{{ __('Options') }} - {{ $pricing_plan->name }}

{{ __('Back to Pricing Plans') }} {{ __('Add Option') }}
@php $i=0; @endphp @foreach($options as $item) @php $i++; @endphp @endforeach
{{ __('SL') }} {{ __('Name') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $item->name }}
@endsection