@extends('admin.layouts.app') @section('panel')
@csrf
@php $price=@$plan->price ? getAmount(@$plan->price) : ''; @endphp {{ __($general->cur_text) }}
@lang('Months')
@lang('Add Service To Plan')
@php $serviceId=@$plan->services ? $plan->services->pluck('service_id')->toArray() : []; @endphp @foreach($services->chunk(1) as $service)
@foreach($service as $value) id,$serviceId))> @endforeach
@endforeach
@endsection @push('breadcrumb-plugins') @endpush @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush @push('style') @endpush