@extends('backend.layout.master-tailwind') @section('title', __('Storage Settings')) @section('admin_styles') @endsection @section('content')

{{ __('Storage Settings') }}

{{ __('Configure disk driver for media file storage') }}

@csrf
{{ __('Notice: By default storage is local. If you have a disk driver you can set it here, otherwise leave this as (Local).') }}
@csrf
{{-- Wasabi credentials --}}
get_static_option('storage_driver') == 'wasabi'])>
{{-- Cloudflare R2 credentials --}}
get_static_option('storage_driver') == 'cloudFlareR2'])>
{{-- AWS S3 credentials --}}
get_static_option('storage_driver') == 's3'])>
@endsection @section('script') @endsection