@extends('admin.layouts.app') @section('panel')
@csrf
@lang('Site Title')
@lang('Currency')
@lang('Currency Symbol')
@lang('Timezone')
@foreach($timezones as $key => $timezone)
{{ __($timezone) }}
@endforeach
@lang('Site Base Color')
@lang('Record to Display Per page')
@lang('20 items per page')
@lang('50 items per page')
@lang('100 items per page')
@lang('Currency Showing Format')
@lang('Show Currency Text and Symbol Both')
@lang('Show Currency Text Only')
@lang('Show Currency Symbol Only')
@lang('Submit')
@endsection @push('script-lib') @endpush @push('style-lib')
@endpush @push('script') @endpush