@extends('master') @section('content')
{{-- Breadcum --}} {{-- page --}}
@csrf
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('re_password'))
{{ $errors->first('re_password') }}
@endif
@endsection @push('footer-script') @endpush