@extends('panel.layout.app') @section('title', __('Unsplash API Settings')) @section('additional_css') @endsection @section('content')

{{ __('Unsplash API Settings') }}

@if ($app_is_demo)
@else
{{--
--}} {{-- {{ __('You can enter as much api key as you want. Click "Enter" after each api key.') }} --}} {{--
--}}
{{ __('Please ensure that your Unsplash api key is fully functional and billing defined on your Unsplash account.') }}
{{ __('After Saving Setting, Click Here to Test Your api key') }}
@endif {{--
--}}
@endsection @section('script') @endsection