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

Edit {{$subservice->name}}

Add your services here

@csrf
@if ($errors->has('parent_service')) {{ $errors->first('parent_service') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
Cancel
@endsection