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

{{translate('Genral Setting')}}

@csrf
{{translate('Browse')}}
{{translate('Choose file')}}
{{translate('Will be used in admin panel side menu')}}
{{translate('Browse')}}
{{translate('Choose file')}}
{{translate('Will be used in admin panel topbar in mobile + Admin login page')}}
{{translate('Browse')}}
{{translate('Choose file')}}

{{translate('Password Configurtion')}} ( Default Password for Students )

@csrf @if (Auth::user()->user_type == 'admin')
@endif
@endsection @section('script') @endsection