@extends('includes.layouts.admin') @section('page-title') Edit Service @endsection @section('content') Edit Service Home Edit Service @csrf @method('PUT') Add-On Type add_on_type)) && in_array('Others',json_decode($service->add_on_type))) selected @endif>Others add_on_type)) && in_array('Digital',json_decode($service->add_on_type))) selected @endif>Digital add_on_type)) && in_array('Privacy',json_decode($service->add_on_type))) selected @endif>Privacy add_on_type)) && in_array('Professional',json_decode($service->add_on_type))) selected @endif>Professional add_on_type)) && in_array('Prestige',json_decode($service->add_on_type))) selected @endif>Prestige add_on_type)) && in_array('All Inclusive',json_decode($service->add_on_type))) selected @endif>All-Inclusive add_on_type)) && in_array('Guarantee',json_decode($service->add_on_type))) selected @endif>Limited By Guarantee add_on_type)) && in_array('Non Residents',json_decode($service->add_on_type))) selected @endif>Non Residents add_on_type)) && in_array('LLP',json_decode($service->add_on_type))) selected @endif>LLP add_on_type)) && in_array('Eseller',json_decode($service->add_on_type))) selected @endif>Eseller add_on_type)) && in_array('PLC',json_decode($service->add_on_type))) selected @endif>PLC Description * {!! $service->long_desc !!} {{ $errors->first('description') }} How it works {!! $service->how_it_works !!} {{ $errors->first('howItworks') }} Features {{-- Add+ --}} @if($service->features) @foreach($service->features as $key => $value) @endforeach Add+ @endif Faqs @if($service->service_faqs) @foreach($service->service_faqs as $key => $value) @endforeach @endif Save @endsection @section('scripts') @endsection