@extends('layouts.app') @section('page-title')

{{ $pageTitle }}

@endsection @push('head-script') @endpush @section('content')
@lang('app.menu.storageSettings')
@include('sections.admin_setting_menu')
{!! Form::open(['id'=>'updateSettings','class'=>'ajax-form','method'=>'POST']) !!}

File Storage


key)) value="{{ $awsCredentials->key }}" @endif>
secret)) value="{{ $awsCredentials->secret }}" @endif>
region)) value="{{ $awsCredentials->region }}" @endif>
bucket)) value="{{ $awsCredentials->bucket }}" @endif>
clientId)) value="{{ $googleCredentials->clientId }}" @endif>
clientSecret)) value="{{ $googleCredentials->clientSecret }}" @endif>
refreshToken)) value="{{ $googleCredentials->refreshToken }}" @endif>
auth_keys)) value="{{ $dropboxCredentials->auth_keys }}" @endif>
{!! Form::close() !!}
@endsection @push('footer-script') @endpush