@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',[ 'title' => __('Edit Profile'), 'buttons' =>[ [ 'name'=> __('Back to dashboard'), 'url'=> url('admin/dashboard'), ] ]]) @endsection @section('content')
{{ __('General Settings') }}

{{ __('Edit you basic credentials') }}

@csrf @method('PUT')
{{ __('Password') }}

{{ __('Change Your Password') }}

@csrf @method('PUT')
@endsection