@extends('admin.layouts.master') @section('title', 'Payment Gateways Setting') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ csrf_field() }} {{ method_field('POST') }}
aws_enable == 1 ? 'checked' : '' }} />
{{__(' eg: https://Region.amazonaws.com/bucket-name/')}}
bunny_enable == 1 ? 'checked' : '' }} />
wasabi_enable == 1 ? 'checked' : '' }} />
@endsection @section('script') @endsection