?  PNG ?%k25u25%fgd5n!?  PNG ?%k25u25%fgd5n!<?php

return [
    /*
    |--------------------------------------------------------------------------
    | Default Format
    |--------------------------------------------------------------------------
    |
    | This value defines the default date format used for conversions when
    | no format is explicitly given. You can customize the format string
    | according to their preferences using PHP date format characters.
    |
    | Supported format characters can be found at:
    | https://laravel-nepali-date.anuzpandey.com/docs/formatting/format-strings
    */
    'default_format' => 'Y-m-d',

    /*
    |--------------------------------------------------------------------------
    | Default Locale
    |--------------------------------------------------------------------------
    |
    | This value specifies the default locale used for date conversions when
    | no locale is explicitly provided. You can set the locale to 'en' for
    | English or 'np' for Nepali, ascertaining consistent presentation.
    |
    */
    'default_locale' => 'en',
];
