@extends('backend.layouts.form') @section('title', __('Edit | ') . $storageProvider->name) @section('section', __('Settings')) @section('back', route('admin.settings.storage.index')) @section('container', 'container-max-lg') @section('content')
@csrf
status) checked @endif>
@if ($storageProvider->instructions)
{{ $storageProvider->name . __(' Instructions') }}
{!! str_replace('[URL]', url('/'), $storageProvider->instructions) !!}
@endif
{{ $storageProvider->name . __(' Credentials') }}
@foreach ($storageProvider->credentials as $key => $value)
@endforeach
@if ($storageProvider->status)
{{ __('Test Connection') }}
@csrf
@endif @endsection