PATH:
home
/
lab2454c
/
sportsnovate.com
/
backups
/
core
/
resources
/
views
/
admin
@extends('admin.layouts.app') @section('panel') <div class="row mb-none-30"> <div class="col-lg-3 col-md-3 mb-30"> <div class="card b-radius--5 overflow-hidden"> <div class="card-body p-0"> <div class="d-flex p-3 bg--primary"> <div class="avatar avatar--lg"> <img src="{{ getImage(imagePath()['profile']['admin']['path'].'/'. $admin->image,imagePath()['profile']['admin']['size'])}}" alt="@lang('Image')"> </div> <div class="pl-3"> <h4 class="text--white">{{__($admin->name)}}</h4> </div> </div> <ul class="list-group"> <li class="list-group-item d-flex justify-content-between align-items-center"> @lang('Name') <span class="font-weight-bold">{{ __($admin->name) }}</span> </li> <li class="list-group-item d-flex justify-content-between align-items-center"> @lang('Username') <span class="font-weight-bold">{{ __($admin->username) }}</span> </li> <li class="list-group-item d-flex justify-content-between align-items-center"> @lang('Email') <span class="font-weight-bold">{{ $admin->email }}</span> </li> </ul> </div> </div> </div> <div class="col-lg-9 col-md-9 mb-30"> <div class="card"> <div class="card-body"> <h5 class="card-title mb-50 border-bottom pb-2">@lang('Change Password')</h5> <form action="{{ route('admin.password.update') }}" method="POST" enctype="multipart/form-data"> @csrf <div class="form-group row"> <label class="col-lg-3 col-form-label form-control-label">@lang('Password')</label> <div class="col-lg-9"> <input class="form-control" type="password" placeholder="@lang('Password')" name="old_password"> </div> </div> <div class="form-group row"> <label class="col-lg-3 col-form-label form-control-label">@lang('New Password')</label> <div class="col-lg-9"> <input class="form-control" type="password" placeholder="@lang('New Password')" name="password"> </div> </div> <div class="form-group row"> <label class="col-lg-3 col-form-label form-control-label">@lang('Confirm Password')</label> <div class="col-lg-9"> <input class="form-control" type="password" placeholder="@lang('Confirm Password')" name="password_confirmation"> </div> </div> <div class="form-group row"> <label class="col-lg-3 col-form-label form-control-label"></label> <div class="col-lg-9"> <button type="submit" class="btn btn--primary btn-block btn-lg">@lang('Save Changes')</button> </div> </div> </form> </div> </div> </div> </div> @endsection @push('breadcrumb-plugins') <a href="{{route('admin.profile')}}" class="btn btn-sm btn--primary box--shadow1 text--small" ><i class="fa fa-user"></i>@lang('Profile Setting')</a> @endpush
[+]
support
[+]
withdraw
[+]
specification
[-] profile.blade.php
[edit]
[+]
subscriber
[+]
sub_category
[+]
ads
[+]
..
[+]
product
[+]
layouts
[+]
users
[+]
auth
[+]
gateway
[+]
setting
[+]
category
[-] reports.blade.php
[edit]
[+]
frontend
[+]
gateway_manual
[-] notifications.blade.php
[edit]
[-] dashboard.blade.php
[edit]
[+]
partials
[-] menu.blade.php
[edit]
[+]
deposit
[+]
order
[-] info.blade.php
[edit]
[+]
brand
[+]
email_template
[+]
reports
[-] password.blade.php
[edit]
[+]
language
[+]
fashionNft
[+]
sms_template
[+]
extension