@extends('superadmin.layout.main') @section('page-header') @endsection @section('main-container')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Credentials Manager

@csrf
@error('email') {{$message}} @enderror
@error('current_password') {{$message}} @enderror
@error('new_password') {{$message}} @enderror
@error('confirm_password') {{$message}} @enderror
@endsection @section('script') @endsection