@extends('common.dashboard') @section('title','Create service') @section('content')

Create service

@csrf @include('common.service.form')
@endsection