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

Edit Sub-Service Variant

@csrf @method('PUT')
@if ($errors->has('designation')) {{ $errors->first('designation') }} @endif
experience) == 'experience' ? 'checked' : '' }}> experience) == 'fresher' ? 'checked' : '' }}>
@if ($errors->has('experience')) {{ $errors->first('experience') }} @endif
@if ($errors->has('icon')) {{ $errors->first('icon') }} @endif
@if($subservicesvariant->icon) Icon Preview @endif
@foreach(json_decode($subservicesvariant->details, true) as $key => $detail)
@endforeach
@endsection