@lang('admin.storage_backblaze_access_key_id_help') @if ($errors->has('access_key'))
{{ $errors->first('access_key') }}
@endif
@if ($errors->has('secret_key'))
{{ $errors->first('secret_key') }}
@endif
@if ($errors->has('container_name'))
{{ $errors->first('container_name') }}
@endif
@if ($errors->has('b2_bucket_type'))
{{ $errors->first('b2_bucket_type') }}
@endif