@extends('layouts.auth') @php $logo=asset(Storage::url('uploads/logo/')); $company_logo=App\Models\Utility::getValByName('company_logo'); @endphp @section('page-title') {{__('Confirm Password')}} @endsection @section('content')
@endsection