PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
ecommerce
/
resources
/
views
/
themes
/
customers
@extends('plugins/ecommerce::themes.customers.master') @section('content') <div class="panel panel-default"> <div class="panel-heading"> <h2 class="customer-page-title">{{ __('Change avatar') }}</h2> </div> <div class="panel-body"> {!! Form::open(['route' => 'customer.change-avatar', 'files' => true]) !!} <label class="btn-bs-file btn btn-lg btn-primary"> {{ __('Select file') }} <input type="file" id="avatar" name="avatar" /> </label> {!! Form::error('avatar', $errors) !!} <div class="form-group col s12 text-center"> <button id="change-avatar-btn" type="submit" class="btn btn-primary btn-sm">{{ __('Update') }}</button> </div> {!! Form::close() !!} </div> </div> @endsection
[-] master.blade.php
[edit]
[-] overview.blade.php
[edit]
[+]
..
[-] edit-account.blade.php
[edit]
[-] register.blade.php
[edit]
[-] change-profile-image.blade.php
[edit]
[-] login.blade.php
[edit]
[+]
passwords
[-] change-password.blade.php
[edit]
[-] verify.blade.php
[edit]
[+]
orders
[+]
address