@extends('admin.layouts.app') @section('panel')
@csrf
{{$general->cur_text}}
@lang('Month')
status == 1) checked @endif data-on="@lang('Enable')" data-off="@lang('Disable')" name="status">
@foreach($services->chunk(1) as $service)
@foreach($service as $value) id, $plan->services)) checked @endif class="form-check-input form-control-lg" name="service[]" value="{{$value->id}}" id="{{$value->id}}">
@endforeach
@endforeach
@endsection @push('breadcrumb-plugins') @lang('Go Back') @endpush @push('script-lib') @endpush @push('script') @endpush