@extends('backend.layouts.main') @section('title') Edit Service @endsection @section('content')
@csrf @method('PUT')

Edit Service

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