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

{{ __('Pricing Plans') }}

{{ __('Add Item') }}
@foreach($pricing_plans as $item) @endforeach
{{ __('SL') }} {{ __('Photo') }} {{ __('Name') }} {{ __('Price') }} {{ __('Period') }} {{ __('Manage Options') }} {{ __('Action') }}
{{ $loop->iteration }}
{{ $item->name }} ${{ $item->price }} {{ $item->period }} {{ __('Manage Option') }}
@endsection