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

Create Sub Services

@csrf
@if ($errors->has('service_name')) {{ $errors->first('service_name') }} @endif
@if ($errors->has('subservice_name')) {{ $errors->first('subservice_name') }} @endif
@if ($errors->has('icon')) {{ $errors->first('icon') }} @endif
@endsection