@extends('backend.layouts.main') @section('title') Create New Service @endsection @section('content')
@csrf

Create New Service

@include('backend.services.partials.form')
@endsection