@extends('front.layouts.master') @section('content')

تأكيد كلمة المرور

هذه منطقة آمنة، من فضلك أدخل كلمة المرور للمتابعة.

{{-- Validation errors --}} @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@endsection