@extends(App\Models\General::first()->theme.'.layouts.app') @section('title') Change Password | {{App\Models\General::first()->title}} | {{App\Models\General::first()->subtitle}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include(App\Models\General::first()->theme.'.customer.includes.sidebar')
@include(App\Models\General::first()->theme.'.alerts')

Change Password

@csrf
@if ($errors->has('current_password'))

{{ $errors->first('current_password') }}

@endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@endsection @push('js') @endpush