@extends('admin.layouts.app') {{-- Custom CSS --}} @section('custom-css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
{{-- Links --}} @include('admin.pages.settings.include.links', ['link' => 'aws'])
@csrf

{{-- AWS Configuration Settings --}}

{{ __('AWS Configurations') }}

{{-- Enable AWS? --}}
{{-- Access Key ID --}}
{{-- Secret Access Key --}}
{{-- Default Region --}}
{{-- Bucket --}}
{{-- Use Path Style Endpoint --}}

{{-- Footer --}} @include('admin.includes.footer')
{{-- Custom JS --}} @section('custom-js') @endsection @endsection