@extends('backend.global.layout') @section('content') @include('backend.global.notifications')
@include('backend.global.header-card') @include('backend.global.validation')
@method('PUT') @csrf
@if($services->image_uid != null) @include('backend.global.show-file-modal', ['route' => route('services.image', $services->image_uid), 'input_name' => 'image', 'title' => 'Imagem']) @endif
@endsection @section('scripts-backend') @endsection