@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('app.menu.storageSettings')
@include('sections.super_admin_setting_menu')
{!! Form::open(['id'=>'updateSettings','class'=>'ajax-form','method'=>'POST']) !!}
key)) value="{{ $awsCredentials->key }}" @endif>
secret)) value="{{ $awsCredentials->secret }}" @endif>
bucket)) value="{{ $awsCredentials->bucket }}" @endif>
{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush