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

Create Sub Service Variant

@csrf
@if ($errors->has('service_name')) {{ $errors->first('service_name') }} @endif
@if ($errors->has('subservice_id')) {{ $errors->first('subservice_id') }} @endif
@if ($errors->has('timepackage_id')) {{ $errors->first('timepackage_id') }} @endif
@if ($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if ($errors->has('starting_price')) {{ $errors->first('starting_price') }} @endif
@if ($errors->has('experience')) {{ $errors->first('experience') }} @endif
@if ($errors->has('icon')) {{ $errors->first('icon') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection