@section('style') @endsection @extends('layouts.backend.app') @section('content') @if ($errors->any())
@endif
@csrf

{{ __('Edit Genaral Settings') }}

@csrf

{{ __('Change Password') }}

@endsection @section('script') @endsection