@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')
{{ __('Edit you basic credentials') }}
{{ __('Change Your Password') }}