@extends('layouts.app',['title'=>'Edit Service']) @section('content')

Edit Service

@csrf @method('PUT') @include('service.form')
@endsection