@extends('layouts.app') @section('title', __('service.update')) @section('content')
{{ __('service.details') }}
{{-- CSRF Protection --}} @csrf @method('PUT')

@endsection @section('js') @endsection