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

{{ __('Edit Service Obtained')}}

{{ __('Go Back') }}
@if($errors->any())
@endif
@csrf @method('put')
@endsection