@section('title',__('auth/passwords/reset.Set new password')) @section('header-style', 'inner_nav') @push('style') @endpush @push('script') @endpush

@lang('auth/passwords/reset.Set a new password')

@csrf
@error('email'){{ $message }}@enderror
@error('password'){{ $message }}@enderror
@error('password_confirmation'){{ $message }}@enderror

@lang('auth/passwords/reset.Cancel')