@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' => 'backblaze'])
@csrf

{{-- Backblaze Configuration Settings --}}

{{ __('Backblaze Configurations') }}

{{-- Enable Backblaze? --}}
{{-- Access Key ID --}}
{{-- Secret Access Key --}}
{{-- Default Region --}}
{{-- Bucket --}}
{{-- End point --}}

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