@extends('layouts.app') @section('content')
Create Service
@csrf
@if($isAdminOrSuper)
@else
New service will be created as Pending. Admin or Super Admin will activate it.
@endif @if($categories->isEmpty())
No category available. Create your category first.
@endif
@endsection