@extends('layouts.app') @section('title', __('Admin Settings')) @section('content')
{{ __('Admin Settings') }}
@csrf
@foreach ($currencies as $currency) @endforeach
{{ __('Others Information') }}
{{ __('Download App Link') }}
{{ __('Footer Section Info') }}
@hasPermission('admin.generale-setting.update')
@endhasPermission
@csrf
@endsection @push('scripts') @if (session('runUpdateScriptError')) @endif @endpush