@section('site_title', formatTitle([__('Storage'), __('Settings'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Settings')], ]])

{{ __('Storage') }}

{{ __('Storage') }}
@include('shared.message')
@csrf
@if ($errors->has('storage_driver')) {{ $errors->first('storage_driver') }} @endif
@if ($errors->has('storage_key')) {{ $errors->first('storage_key') }} @endif
@if ($errors->has('storage_secret')) {{ $errors->first('storage_secret') }} @endif
@if ($errors->has('storage_bucket')) {{ $errors->first('storage_bucket') }} @endif
@if ($errors->has('storage_region')) {{ $errors->first('storage_region') }} @endif
@if ($errors->has('storage_endpoint')) {{ $errors->first('storage_endpoint') }} @endif