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

Create Child Service

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