@extends('layouts.app') @section('content')
service-items
Create Service Type
@csrf
@error('name') {{ $message }} @enderror
@error('price') {{ $message }} @enderror

Slug is generated automatically from the English name.

@include('layouts.footer')
@endsection