Resource Operations

You can easily make different kind of operations on this resource.

Clone

Clone this resource to another project / environment.
@foreach ($servers->sortBy('id') as $server)
@foreach ($server->destinations() as $destination)
{{ $server->name }}
{{ $destination->name }}
You are about to clone this resource.
@endforeach
@endforeach

Move

This resource is currently in the {{ $resource->environment->project->name }} / {{ $resource->environment->name }} environment.
@forelse ($projects as $project)
@foreach ($project->environments as $environment)
{{ $project->name }}
environment: {{ $environment->name }}
You are about to move this resource.
@endforeach
@empty
No projects found to move to
@endforelse