@extends('layouts.app')
@section('title', 'SSH Private Key Yükle')
@section('content')
SSH Private Key Yükle
@if(session('success'))
@endif
@if($errors->any())
Hata oluştu
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection