@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Profile Settings']) @endsection @section('content')
@csrf

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

@csrf

{{ __('Change Password') }}

@endsection @push('js') @endpush