@extends('layouts.admin') @section('content')

Edit Service

@csrf @method('PUT')
@if($errors->any())
@endif
@endsection