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