@extends('backend.layouts.app') @section('content')

{{ translate('Authentication Page Layout') }}

@csrf @php $authentication_layout = get_setting('authentication_layout_select'); @endphp
{{ translate('Authentication Layout 1 - Boxed') }} {{ translate('View') }}
{{ translate('Authentication Layout 2 - Free') }} {{ translate('View') }}
{{ translate('Authentication Layout 3 - Focused') }} {{ translate('View') }}

{{ translate('Configure your authentication page layout') }}

{{ translate('Each page contain different layout, choose one to bundle it in your Layout.') }}

{{ translate('Authentication Page Images') }}

@csrf
{{ translate('Browse') }}
{{ translate('Choose Files') }}
{{ translate("Minimum dimensions required: 960px width X 911px height.") }}
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{ translate("Minimum dimensions required: 945px width X 839px height.") }}
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{ translate("Minimum dimensions required: 937px width X 965px height.") }}
@if (get_setting('vendor_system_activation') == 1)
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{ translate("Minimum dimensions required: 945px width X 839px height.") }}
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{ translate("Minimum dimensions required: 945px width X 1036px height.") }}
@endif @if (addon_is_activated('delivery_boy'))
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{ translate("Minimum dimensions required: 945px width X 839px height.") }}
@endif
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{ translate("Minimum dimensions required: 945px width X 839px height.") }}
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{ translate("Minimum dimensions required: 945px width X 839px height.") }}
@if (addon_is_activated('otp_system'))
{{ translate('Browse') }}
{{ translate('Choose File') }}
{{ translate("Minimum dimensions required: 945px width X 839px height.") }}
@endif
@endsection @section('modal')
img-show
@endsection @section('script') @endsection