@extends('admin.layouts.master') @section('title', 'Add Service Category') @section('content')

{{ __('Add Service Category') }}

{{ __('Add Service Category') }}

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@endsection